mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
new tests created new artifacts
they were not properly ignored
This commit is contained in:
parent
108a5572a5
commit
f17ac423b2
44
tests/.gitignore
vendored
44
tests/.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user