From faa8c63976992b45cfe00dcb2ca6824d310d6409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 5 Sep 2014 15:05:14 +0200 Subject: [PATCH] Ignore .cache dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e58a859..12ecaa9a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ media *.mo .venv .coverage -.\#* \ No newline at end of file +.cache +.\#*