]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
new tests created new artifacts
authorYann Collet <cyan@fb.com>
Tue, 28 Apr 2020 22:58:22 +0000 (15:58 -0700)
committerYann Collet <cyan@fb.com>
Tue, 28 Apr 2020 22:58:22 +0000 (15:58 -0700)
they were not properly ignored

tests/.gitignore

index 4edf6ce13838f4f7075878d30717f4918864aa4d..9a6939a57663c8d07439c86bdfe742cf5d358806 100644 (file)
@@ -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*