X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=.gitignore;h=70a56dd286154f5c91813aa8c5c969d0d70b4f40;hp=99c254092fbce97f5d5a2dee325fdabeb4ac3af9;hb=fc6b15eee27f77e01ed4a24bc11e7bfa5a812342;hpb=d47bdba72dd5fef398bc485067fdc59147303253 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 +*~ +[#]*[#] +.\#*