freebsd-dev/sys/contrib/zstd/tests/.gitignore

62 lines
603 B
Plaintext
Raw Normal View History

2017-04-15 19:47:16 +00:00
# local binary (Makefile)
fullbench
fullbench32
fuzzer
fuzzer32
fuzzer-dll
zbufftest
zbufftest32
zbufftest-dll
zstreamtest
zstreamtest32
zstreamtest_asan
zstreamtest_tsan
zstreamtest-dll
datagen
paramgrill
paramgrill32
roundTripCrash
longmatch
symbols
legacy
decodecorpus
pool
2017-11-09 15:38:02 +00:00
poolTests
2017-04-15 19:47:16 +00:00
invalidDictionaries
# Tmp test directory
zstdtest
speedTest
versionsTest
namespaceTest
# Local script
startSpeedTest
speedTest.pid
# Object files
*.o
*.ko
# Executables
*.exe
*.out
*.app
# Default result files
dictionary
grillResults.txt
_*
tmp*
*.zst
2017-11-09 15:38:02 +00:00
*.gz
2017-04-15 19:47:16 +00:00
result
out
# fuzzer
afl
# Misc files
*.bat
dirTest*