Switch .hgignore file to new syntax
authorMikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2005 19:16:12 +0200
changeset 435 285dea1f1937
parent 434 c918c1831d58
child 443 d8ddb26b9c14
Switch .hgignore file to new syntax
.hgignore
--- a/.hgignore	Thu Sep 15 21:51:00 2005 +0200
+++ b/.hgignore	Thu Sep 22 19:16:12 2005 +0200
@@ -1,24 +1,26 @@
-(^|/)\.svn($|/)
-(^|/)\.hg($|/)
+syntax: glob
 
-(^|/)autom4te\.cache($|/)
-(^|/)\.deps($|/)
-(^|/)Makefile\.in$
-\.o$
-\.a$
-\.sw.$
+Makefile
+Makefile.in
+*.[oa]
+.deps
+mcabber/src/mcabber
 
-^mcabber/lastchange$
-/cscope.out$
-^mcabber/src/mcabber$
-(^|/)Makefile$
-(^|/)config\.(h(\.in|)|log|cache|guess|status)$
-^mcabber/aclocal.m4$
-^mcabber/config.sub$
-^mcabber/configure$
-^mcabber/connwrap/depcomp$
-^mcabber/depcomp$
-^mcabber/ltmain.sh$
-^mcabber/missing$
-^mcabber/mkinstalldirs$
-^mcabber/stamp-h
+autom4te.cache
+mcabber/aclocal.m4
+mcabber/config.sub
+mcabber/configure
+mcabber/connwrap/depcomp
+mcabber/depcomp
+mcabber/ltmain.sh
+mcabber/missing
+mcabber/mkinstalldirs
+mcabber/stamp-h1
+
+config.h{.in,}
+config.{log,cache,guess,status}
+
+*.sw?
+cscope.out
+mcabber/lastchange
+