From 3f9a50e99ca3bbfde1e43d912e852c2e34bf76a4 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 ded60678..b6b1dee5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -25,6 +25,7 @@ pip-log.txt # Unit test / coverage reports .coverage .tox +.cache nosetests.xml # Translations