From 7c2323f1cc1d51a2f22a4d6a1156f942bfa82367 Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Mon, 1 Jul 2013 10:56:31 +0200 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index beb165d67..3aad8f041 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ .DS_Store robots.txt sitemap.xml +cache/cachefs/* +!cache/cachefs/index.php cache/smarty/cache/* !cache/smarty/cache/index.php cache/smarty/compile/* From 0d7af596572bf0c595a8ecb71a69056f5f422f0a Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Mon, 1 Jul 2013 10:58:54 +0200 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3aad8f041..beb165d67 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ .DS_Store robots.txt sitemap.xml -cache/cachefs/* -!cache/cachefs/index.php cache/smarty/cache/* !cache/smarty/cache/index.php cache/smarty/compile/*