summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.hgignore b/.hgignore
index 59ab44a..a8cfb71 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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/
+~$