Add "cover" to .gitignore
This patch is adding "cover" to the .gitignore file since we should keep track of results of tests coverage. Change-Id: I0ec638d586a65c319b51da530090e7718442869b
This commit is contained in:
parent
03cda5571a
commit
b71669a826
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,6 +24,7 @@ pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
cover
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
|
Loading…
Reference in New Issue
Block a user