]> source.dussan.org Git - gitignore.git/commitdiff
Add .cache to the Python .gitignore 842/head
authorSam Clements <sam@borntyping.co.uk>
Mon, 5 Aug 2013 22:17:52 +0000 (23:17 +0100)
committerSam Clements <sam.clements@datasift.com>
Tue, 12 Nov 2013 16:19:30 +0000 (16:19 +0000)
`.cache` is generated when unittests are run with py.test

Python.gitignore

index c077b0e58cb37dc9e4338410572465a41d98db76..fbb828108865752c0fa45ecedb20d6ae263dda59 100644 (file)
@@ -27,6 +27,7 @@ pip-delete-this-directory.txt
 # Unit test / coverage reports
 .tox/
 .coverage
+.cache
 nosetests.xml
 coverage.xml