From: ken Date: Mon, 19 Dec 2016 01:11:18 +0000 (-0800) Subject: finalized (hopefully) X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=commitdiff_plain;h=f48eaa2ebbcaaf80ba45e4b04667ddd0229f63f3 finalized (hopefully) --- 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 +*~ +[#]*[#] +.\#*