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:
Tobias Henkel 2018-07-23 13:44:06 +02:00
parent b8aa756515
commit be79acbc98
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.egg *.egg
*.egg-info *.egg-info
*.pyc *.pyc
.coverage
.stestr .stestr
.test .test
.testrepository .testrepository
@ -9,6 +10,7 @@ AUTHORS
build/* build/*
ChangeLog ChangeLog
config config
cover
doc/build/* doc/build/*
zuul/versioninfo zuul/versioninfo
dist/ dist/