summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-04-06 18:02:15 +0200
committerTakashi Iwai <tiwai@suse.de>2006-04-06 18:02:15 +0200
commita836797cd486d0c372d3503a7241a452959eaafb (patch)
treed1e9425da5d9044612c55a5a2c2cdc31249368b6 /.hgignore
parent2559a56209c6729574b8cb16c5be63e1cc2f1c04 (diff)
Fix to use glob
Fix .hgignore to use glob patterns.
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