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