diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,8 +4,6 @@ syntax: regexp syntax: regexp ^\.cproject$ syntax: regexp -^autom4te\.cache$ -syntax: regexp ^config\.log$ syntax: regexp ^config\.status$ @@ -33,4 +31,7 @@ syntax: regexp syntax: regexp \.lo$ syntax: regexp -\.la$
\ No newline at end of file +\.la$ +syntax: regexp +^autom4te\.cache/ +~$ |