commit | 3080ee782b2f1c394bc6a1ba91be223f7260fda2 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Wed Nov 17 20:25:42 2010 -0600 |
committer | Greg Aker <greg.aker@ellislab.com> | Wed Nov 17 20:25:42 2010 -0600 |
tree | bb04d30eb0900dc6b567f634568b74518e35e08b | |
parent | cc92210249d1ee2acbdeee8cd78306e3572669d1 [diff] [blame] |
Updating .hgignore to ignore everything in the system/cache directory except for index.html and .htaccess
diff --git a/.hgignore b/.hgignore index 821ac83..880040b 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