parser pops yyclass when unexpected CLCLOSE encountered
[henge/apc.git] / .gitignore
index 86a7b85..70a56dd 100644 (file)
@@ -1,3 +1,13 @@
+# Ignore any file with "apc" in the name in ./src
+*apc*
+!src/*apc*
+# Files generated by yacc, ragel and cc
 *.tab.c
 *.tab.h
-lexer_lex.c
+*.fsm.c
+*.o
+parser.output
+# Emacs
+*~
+[#]*[#]
+.\#*