Modify gitignore to ignore cover

Prevent generated coverage report files from being imported.

Change-Id: Id804a2a69e5f6830c7ce1fc5537c8470eafb85e5
This commit is contained in:
Motohiro OTSUKA 2014-09-12 15:52:44 +09:00
parent 4ae6efd726
commit 31b31d5115
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