summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-11-18 03:25:42 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-11-18 03:25:42 +0100
commit3080ee782b2f1c394bc6a1ba91be223f7260fda2 (patch)
treebb04d30eb0900dc6b567f634568b74518e35e08b /.hgignore
parentcc92210249d1ee2acbdeee8cd78306e3572669d1 (diff)
Updating .hgignore to ignore everything in the system/cache directory except for index.html and .htaccess
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore5
1 files changed, 4 insertions, 1 deletions
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