From: Yann Collet Date: Tue, 28 Apr 2020 22:58:22 +0000 (-0700) Subject: new tests created new artifacts X-Git-Tag: v1.4.5^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17ac423b21fffdc2918daafe41a5eae0478b249;p=thirdparty%2Fzstd.git new tests created new artifacts they were not properly ignored --- diff --git a/tests/.gitignore b/tests/.gitignore index 4edf6ce13..9a6939a57 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -29,40 +29,40 @@ zcat zstdcat tm +# test artifacts +dictionary +grillResults.txt +_* +tmp* +*.zst +*.gz +!gzip/hufts-segv.gz +result +out +*.zstd +hello* +world + # Tmp test directory zstdtest speedTest versionsTest namespaceTest +dirTest* + +# fuzzer +afl # Local script startSpeedTest speedTest.pid +*.bat -# Object files +# Generic Object files *.o *.ko -# Executables +# Generic Executables *.exe *.out *.app - -# Default result files -dictionary -grillResults.txt -_* -tmp* -*.zst -*.gz -!gzip/hufts-segv.gz -result -out -*.zstd - -# fuzzer -afl - -# Misc files -*.bat -dirTest*