finalized (hopefully)
authorken <ken@mihrtec.com>
Mon, 19 Dec 2016 01:11:18 +0000 (17:11 -0800)
committerken <ken@mihrtec.com>
Mon, 19 Dec 2016 01:11:18 +0000 (17:11 -0800)
.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
+*~
+[#]*[#]
+.\#*