From 86352075d0a59877e90bcca83864c019617c6fbf Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Wed, 23 Sep 2015 13:21:00 +0200 Subject: [PATCH] Ignore pytest .cache dir. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8f6821704..0b36466a4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ dropin.cache /django_test_results.xml /pep8.txt /.tox +/.cache