Creating redundancy files when running tox
After running tox -e py2, then there are many files named .coverage.*. They should not have in the result of "git status" command. Change-Id: I3ec3f9b8582f6a335ac42621c2273f6fb3433653 Closes-Bug: #1690002
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -29,6 +29,7 @@ pip-log.txt
|
||||
cover
|
||||
.testrepository
|
||||
.coverage
|
||||
.coverage.*
|
||||
.tox
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user