aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
diff options
context:
space:
mode:
authorRolf Erik Lekang <me@rolflekang.com>2015-02-12 11:17:44 +0100
committerRolf Erik Lekang <me@rolflekang.com>2015-02-12 11:17:44 +0100
commit478fa5869ed7c345b6493f17540e9e952ef92ca0 (patch)
tree470aee51ec2459f07c29749c509ba68ff44dccf5 /Python.gitignore
parentc1cd9540de9f2513f3339f3132e707c69382be1d (diff)
downloadgitignore-478fa5869ed7c345b6493f17540e9e952ef92ca0.tar.gz
gitignore-478fa5869ed7c345b6493f17540e9e952ef92ca0.zip
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.
Diffstat (limited to 'Python.gitignore')
-rw-r--r--Python.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index edb95876..10d47bd3 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -37,6 +37,7 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
+.coverage.*
.cache
nosetests.xml
coverage.xml