From 3080ee782b2f1c394bc6a1ba91be223f7260fda2 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 17 Nov 2010 20:25:42 -0600 Subject: Updating .hgignore to ignore everything in the system/cache directory except for index.html and .htaccess --- .hgignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 821ac8331..880040b30 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,6 @@ syntax: glob -.DS_Store \ No newline at end of file +.DS_Store + +syntax: regexp +system/cache/(?!index\.html|\.htaccess) \ No newline at end of file -- cgit v1.2.3-24-g4f1b