From f17ac423b21fffdc2918daafe41a5eae0478b249 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 28 Apr 2020 15:58:22 -0700 Subject: [PATCH] new tests created new artifacts they were not properly ignored --- tests/.gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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* -- 2.47.2