From a82f0699eccf01fe3647b7c024dcb7ac9b89ec58 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 28 Feb 2017 16:17:35 +0100 Subject: [PATCH] Ignore pytests's cache folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9cb00ccb..03915e75 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .*.swp .DS_Store ._.DS_Store +.cache/ .coverage .tox /.libsass-upstream-version