Add .coverage. to Python.gitignore

When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
This commit is contained in:
Rolf Erik Lekang 2015-02-12 11:17:44 +01:00
parent c1cd9540de
commit 478fa5869e
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml