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