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:
Nam Nguyen Hoai 2017-05-12 13:47:06 +07:00
parent e7a58c7486
commit 1896eb8c5f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ pip-log.txt
cover
.testrepository
.coverage
.coverage.*
.tox
nosetests.xml
coverage.xml