From 8e8c606d921df4223961b8254849b089d44cd57b Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 19 Jan 2017 22:25:24 -0800 Subject: [PATCH] git ignore xxhash --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.18.0