]> source.dussan.org Git - gitignore.git/commitdiff
Add .coverage. to Python.gitignore 1407/head
authorRolf Erik Lekang <me@rolflekang.com>
Thu, 12 Feb 2015 10:17:44 +0000 (11:17 +0100)
committerRolf Erik Lekang <me@rolflekang.com>
Thu, 12 Feb 2015 10:17:44 +0000 (11:17 +0100)
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.

Python.gitignore

index edb958768deb8ef7fccfb58245612de6d3b4925f..10d47bd3b1f20a7feab1f3b5d398b8a898dedf78 100644 (file)
@@ -37,6 +37,7 @@ pip-delete-this-directory.txt
 htmlcov/
 .tox/
 .coverage
+.coverage.*
 .cache
 nosetests.xml
 coverage.xml