diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-02 15:51:56 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-02 15:51:56 +0200 |
commit | d6e580a9dbdd5a52dc31e0b2264c7fb7dd08d008 (patch) | |
tree | 0c0904c9cc45e690a38201b68ca95da65ffc1d4e | |
parent | eb2dcda02cd338f3230161b03ac4a55956b31bf9 (diff) |
Updated .hgignore to include application/logs/ and application/cache
-rw-r--r-- | .hgignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |