# HG changeset patch # User Mahlon E. Smith # Date 1315977371 25200 # Node ID 97f767832c520e035c51c5f6f2117846418ef57e # Parent 8c88756f81b0638c66de8590e29de5ca6110c326 Whoops, lets not commit .o files. Fix .hgignore. diff -r 8c88756f81b0 -r 97f767832c52 .hgignore --- 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 + diff -r 8c88756f81b0 -r 97f767832c52 accept_loop.o Binary file accept_loop.o has changed diff -r 8c88756f81b0 -r 97f767832c52 main.o Binary file main.o has changed diff -r 8c88756f81b0 -r 97f767832c52 parser.o Binary file parser.o has changed diff -r 8c88756f81b0 -r 97f767832c52 util.o Binary file util.o has changed