X-Git-Url: https://git.kengrimes.com/?p=henge%2Fapc.git;a=blobdiff_plain;f=.gitignore;h=7e9f2aeb272ada0cccffca0c1922769edc24e2d3;hp=70a56dd286154f5c91813aa8c5c969d0d70b4f40;hb=8e8c606d921df4223961b8254849b089d44cd57b;hpb=58d55a7a727ee375c48f0bcd35c142c7dfa60a1b diff --git a/.gitignore b/.gitignore index 70a56dd..7e9f2ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # 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