Commit 478fa586 authored by Rolf Erik Lekang's avatar Rolf Erik Lekang

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.
parent c1cd9540
...@@ -37,6 +37,7 @@ pip-delete-this-directory.txt ...@@ -37,6 +37,7 @@ pip-delete-this-directory.txt
htmlcov/ htmlcov/
.tox/ .tox/
.coverage .coverage
.coverage.*
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment