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:
Lucas Alvares Gomes 2016-05-11 17:32:55 +01:00
parent 03cda5571a
commit b71669a826
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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