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 | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 4edf6ce1..9a6939a5 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -29,26 +29,7 @@ zcat zstdcat tm -# Tmp test directory -zstdtest -speedTest -versionsTest -namespaceTest - -# Local script -startSpeedTest -speedTest.pid - -# Object files -*.o -*.ko - -# Executables -*.exe -*.out -*.app - -# Default result files +# test artifacts dictionary grillResults.txt _* @@ -59,10 +40,29 @@ tmp* result out *.zstd +hello* +world + +# Tmp test directory +zstdtest +speedTest +versionsTest +namespaceTest +dirTest* # fuzzer afl -# Misc files +# Local script +startSpeedTest +speedTest.pid *.bat -dirTest* + +# Generic Object files +*.o +*.ko + +# Generic Executables +*.exe +*.out +*.app