changeset 435:285dea1f1937

Switch .hgignore file to new syntax
author Mikael Berthe <mikael@lilotux.net>
date Thu, 22 Sep 2005 19:16:12 +0200
parents c918c1831d58
children d8ddb26b9c14
files .hgignore
diffstat 1 files changed, 24 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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
+