fixed CLOPEN parser bug
[henge/apc.git] / .gitignore
index 86a7b85..7e9f2ae 100644 (file)
@@ -1,3 +1,17 @@
+# Ignore any file with "apc" in the name in ./src
+*apc*
+!src/*apc*
+# Ignore XXHash files, except the includes
+xxHash/*
+!xxHash/xxhash.h
+!xxHash/xxhash.c
+# Files generated by yacc, ragel and cc
 *.tab.c
 *.tab.h
-lexer_lex.c
+*.fsm.c
+*.o
+parser.output
+# Emacs
+*~
+[#]*[#]
+.\#*