From f48eaa2ebbcaaf80ba45e4b04667ddd0229f63f3 Mon Sep 17 00:00:00 2001 From: ken Date: Sun, 18 Dec 2016 17:11:18 -0800 Subject: [PATCH] finalized (hopefully) --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99c2540..70a56dd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +*~ +[#]*[#] +.\#* -- 2.18.0