summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.hgignore b/.hgignore
index 7db83ab..724bf98 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,5 @@
+syntax: glob
+
configure
config.log
config.cache
@@ -20,7 +22,7 @@ missing
autom4te.cache
depcomp
compile
-\.libs/
-\.deps/
-\.la$
-\.lo$
+.libs
+.deps
+*.la
+*.lo