git ignore xxhash
authorken <ken@mihrtec.com>
Fri, 20 Jan 2017 06:25:24 +0000 (22:25 -0800)
committerken <ken@mihrtec.com>
Fri, 20 Jan 2017 06:25:24 +0000 (22:25 -0800)
.gitignore

index 70a56dd..7e9f2ae 100644 (file)
@@ -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