.hgignore
changeset 375 7a11f9e9e703
parent 368 63cee5103e8f
child 875 4e7f95fab6d7
--- a/.hgignore	Wed Sep 07 19:28:10 2011 +0200
+++ b/.hgignore	Thu Sep 08 20:25:00 2011 +0200
@@ -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