bug fixes, treewalk printing of classes/sets
[henge/apc.git] / .gitignore
1 # Ignore any file with "apc" in the name in ./src
2 *apc*
3 !src/*apc*
4 # Files generated by yacc, ragel and cc
5 *.tab.c
6 *.tab.h
7 *.fsm.c
8 *.o
9 parser.output
10 # Emacs
11 *~
12 [#]*[#]
13 .\#*