Update and fix (entries are searched regexps, not globs) the hg ignored files list.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 11 Sep 2007 11:04:06 +0100
changeset 1324 968f98557540
parent 1323 08174b13d76f
child 1422 d40dfd686fc3
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
.hgignore
--- a/.hgignore	Tue Sep 11 10:35:56 2007 +0200
+++ b/.hgignore	Tue Sep 11 11:04:06 2007 +0100
@@ -1,10 +1,10 @@
-.*.orig$
-.*\.o$
-.*~$
-build-dir
-build
-.*\.sconsign
-doc/html.*
-doc/latex.*
-.lock-wscript
-.waf*
+\.rej$
+\.orig$
+\.o$
+~$
+^build-dir
+^build
+^doc/html
+^doc/latex
+^\.lock-wscript
+^\.waf