comments updated
[henge/apc.git] / .gitignore
index c3f76ab..7e9f2ae 100644 (file)
@@ -1,9 +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
 *.fsm.c
 *.o
-*~
-*#*#
 parser.output
+# Emacs
+*~
+[#]*[#]
+.\#*