summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-04-02 15:51:56 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-04-02 15:51:56 +0200
commitd6e580a9dbdd5a52dc31e0b2264c7fb7dd08d008 (patch)
tree0c0904c9cc45e690a38201b68ca95da65ffc1d4e /.hgignore
parenteb2dcda02cd338f3230161b03ac4a55956b31bf9 (diff)
Updated .hgignore to include application/logs/ and application/cache
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 880040b30..5ee4d823e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,4 +3,5 @@ syntax: glob
.DS_Store
syntax: regexp
-system/cache/(?!index\.html|\.htaccess) \ No newline at end of file
+application/cache/(?!index\.html|\.htaccess)
+application/logs/(?!index\.html|\.htaccess)