new tests created new artifacts

they were not properly ignored
This commit is contained in:
Yann Collet
2020-04-28 15:58:22 -07:00
parent 108a5572a5
commit f17ac423b2
+22 -22
View File
@@ -29,26 +29,7 @@ zcat
zstdcat zstdcat
tm tm
# Tmp test directory # test artifacts
zstdtest
speedTest
versionsTest
namespaceTest
# Local script
startSpeedTest
speedTest.pid
# Object files
*.o
*.ko
# Executables
*.exe
*.out
*.app
# Default result files
dictionary dictionary
grillResults.txt grillResults.txt
_* _*
@@ -59,10 +40,29 @@ tmp*
result result
out out
*.zstd *.zstd
hello*
world
# Tmp test directory
zstdtest
speedTest
versionsTest
namespaceTest
dirTest*
# fuzzer # fuzzer
afl afl
# Misc files # Local script
startSpeedTest
speedTest.pid
*.bat *.bat
dirTest*
# Generic Object files
*.o
*.ko
# Generic Executables
*.exe
*.out
*.app