Update which files to ignore due to new autotools building environment.
authorMario de Sousa <msousa@fe.up.pt>
Fri, 26 Aug 2011 11:29:43 +0100
changeset 368 63cee5103e8f
parent 367 6d94128ba5ad
child 369 569e7d9e2406
Update which files to ignore due to new autotools building environment.
.hgignore
--- a/.hgignore	Fri Aug 26 10:48:09 2011 +0100
+++ b/.hgignore	Fri Aug 26 11:29:43 2011 +0100
@@ -1,12 +1,25 @@
+syntax: glob
+
 .project
+*~
+*.a
+.dep
+*.Po
+autom4te.cache
+Makefile
+config.log
+stamp-h1
+config.status
+
+
 
 syntax: regexp
+
 \.o$
-syntax: regexp
 ^iec2c$
-syntax: regexp
 ^iec2iec$
-syntax: regexp
 \.depend$
-syntax: regexp
-^stage1_2/iec\.(y|flex)\..*$
+^stage1_2/iec_bison.cc
+^stage1_2/iec_bison.h
+^stage1_2/iec_flex.cc
+^config/config.h
\ No newline at end of file