From b75c902dbb5788bbb286e2c394507bb12e183ff8 Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Mon, 5 Aug 2013 23:17:52 +0100 Subject: [PATCH] Add .cache to the Python .gitignore `.cache` is generated when unittests are run with py.test --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index c077b0e5..fbb82810 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,6 +27,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports .tox/ .coverage +.cache nosetests.xml coverage.xml