70a56dd286154f5c91813aa8c5c969d0d70b4f40
[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 .\#*