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:
parent
b8aa756515
commit
be79acbc98
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/
|
||||
|
Loading…
Reference in New Issue
Block a user