X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=.gitignore;h=70a56dd286154f5c91813aa8c5c969d0d70b4f40;hp=86a7b85b6d1ead51229572b5e0adcd9008f40085;hb=8b56606a960d7cbd61dd3031a3ee74b9a61bde31;hpb=a58c4564255146d9a9c7d4ee095558c91eaa874e diff --git a/.gitignore b/.gitignore index 86a7b85..70a56dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 -lexer_lex.c +*.fsm.c +*.o +parser.output +# Emacs +*~ +[#]*[#] +.\#*