Whoops, lets not commit .o files. Fix .hgignore.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 13 Sep 2011 22:16:11 -0700
changeset 3 97f767832c52
parent 2 8c88756f81b0
child 4 5701b7859a31
Whoops, lets not commit .o files. Fix .hgignore.
.hgignore
accept_loop.o
main.o
parser.o
util.o
--- a/.hgignore	Tue Sep 13 22:13:02 2011 -0700
+++ b/.hgignore	Tue Sep 13 22:16:11 2011 -0700
@@ -1,4 +1,5 @@
 ^volta$
-^parser.c$
-^parser_state.*
+^parser_graph.*
 .*debug
+.*.o
+
Binary file accept_loop.o has changed
Binary file main.o has changed
Binary file parser.o has changed
Binary file util.o has changed