# HG changeset patch
# User Mario de Sousa <msousa@fe.up.pt>
# Date 1314354583 -3600
# Node ID 63cee5103e8fadcbb73bde9d3fecf6d38d6a82a4
# Parent  6d94128ba5add3a6b1c73c6db82cac885706b4cb
Update which files to ignore due to new autotools building environment.

diff -r 6d94128ba5ad -r 63cee5103e8f .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