From 859abd1140dfbe70223f5023b4ae1ee3fa6a3fad Mon Sep 17 00:00:00 2001 From: fmoor Date: Mon, 22 May 2017 13:16:35 -0700 Subject: [PATCH] add .cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b848dcb0..b3b1d2016 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pyc *.swp .DS_Store +.cache .coverage .idea .vagrant