Ignore files produced by tox-cover
The coverage report produced by 'tox -e cover' should be ignored. Change-Id: I5cdf297720b2437ccb3bc31d94e0d8c0b47395ae
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.pyc
|
||||
.coverage
|
||||
.stestr
|
||||
.test
|
||||
.testrepository
|
||||
@@ -9,6 +10,7 @@ AUTHORS
|
||||
build/*
|
||||
ChangeLog
|
||||
config
|
||||
cover
|
||||
doc/build/*
|
||||
zuul/versioninfo
|
||||
dist/
|
||||
|
Reference in New Issue
Block a user