dynamic hashtables added
[henge/apc.git] / .gitignore
1 # Ignore any file with "apc" in the name in ./src
2 *apc*
3 !src/*apc*
4 # Ignore XXHash files, except the includes
5 xxHash/*
6 !xxHash/xxhash.h
7 !xxHash/xxhash.c
8 # Files generated by yacc, ragel and cc
9 *.tab.c
10 *.tab.h
11 *.fsm.c
12 *.o
13 parser.output
14 # Emacs
15 *~
16 [#]*[#]
17 .\#*