From fc95cd805636aa820a948649a359fc50ec6509b0 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 17 Feb 2016 12:36:40 +0000 Subject: [PATCH] Add .cache directory to .gitignore Seems to get created during `make test` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6107670..9b62b37 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ pip-log.txt coverage .coverage .tox - +.cache