From: inikep Date: Thu, 18 Aug 2016 14:53:29 +0000 (+0200) Subject: improved .gitignore X-Git-Tag: v1.0.0^2~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F298%2Fhead;p=thirdparty%2Fzstd.git improved .gitignore --- diff --git a/programs/.gitignore b/programs/.gitignore index 369a27cc1..5875fc792 100644 --- a/programs/.gitignore +++ b/programs/.gitignore @@ -3,42 +3,16 @@ zstd zstd32 zstd-compress zstd-decompress -fullbench -fullbench32 -fuzzer -fuzzer32 -zbufftest -zbufftest32 -zstreamtest -zstreamtest32 -datagen -paramgrill -paramgrill32 -roundTripCrash # Object files *.o *.ko -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - # Executables *.exe *.out *.app -# Visual solution files -*.suo -*.user - # Default result files dictionary grillResults.txt @@ -53,5 +27,4 @@ afl # Misc files *.bat -fileTests.sh dirTest* diff --git a/tests/.gitignore b/tests/.gitignore index 5ea6b5b75..c8f9ae79e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,17 @@ +# local binary (Makefile) +fullbench +fullbench32 +fuzzer +fuzzer32 +zbufftest +zbufftest32 +zstreamtest +zstreamtest32 +datagen +paramgrill +paramgrill32 +roundTripCrash + # Tmp test directory zstdtest speedTest @@ -7,3 +21,28 @@ namespaceTest # Local script startSpeedTest speedTest.pid + +# Object files +*.o +*.ko + +# Executables +*.exe +*.out +*.app + +# Default result files +dictionary +grillResults.txt +_* +tmp* +*.zst +result +out + +# fuzzer +afl + +# Misc files +*.bat +dirTest*