From 478fa5869ed7c345b6493f17540e9e952ef92ca0 Mon Sep 17 00:00:00 2001 From: Rolf Erik Lekang Date: Thu, 12 Feb 2015 11:17:44 +0100 Subject: [PATCH] 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. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) 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