diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-11-18 03:25:42 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-11-18 03:25:42 +0100 |
commit | 3080ee782b2f1c394bc6a1ba91be223f7260fda2 (patch) | |
tree | bb04d30eb0900dc6b567f634568b74518e35e08b | |
parent | cc92210249d1ee2acbdeee8cd78306e3572669d1 (diff) |
Updating .hgignore to ignore everything in the system/cache directory except for index.html and .htaccess
-rw-r--r-- | .hgignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |