default variant
[henge/apc.git] / .gitignore
index 99c2540..70a56dd 100644 (file)
@@ -1,10 +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
 *.fsm.c
 *.o
-*~
-*#*#
-.#*
 parser.output
+# Emacs
+*~
+[#]*[#]
+.\#*