Modify gitignore to ignore cover

Prevent generated coverage report files from being imported.

Change-Id: Id0ded3cab56c5b924f82c421fa1b6f7994b1f472
This commit is contained in:
Motohiro OTSUKA 2014-09-12 15:53:31 +09:00
parent 0f83ecbc2f
commit 18afc37de6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover
.testrepository
.tox
nosetests.xml