zstd/tests/.gitignore

54 lines
515 B
Plaintext
Raw Normal View History

2016-08-18 14:53:29 +00:00
# local binary (Makefile)
fullbench
fullbench32
fuzzer
fuzzer32
2016-12-17 15:28:12 +00:00
fuzzer-dll
2016-08-18 14:53:29 +00:00
zbufftest
zbufftest32
zstreamtest
zstreamtest32
2016-12-17 15:28:12 +00:00
zstreamtest-dll
2016-08-18 14:53:29 +00:00
datagen
paramgrill
paramgrill32
roundTripCrash
2016-12-11 03:12:13 +00:00
longmatch
2016-12-16 21:29:23 +00:00
symbols
2016-12-20 19:13:45 +00:00
invalidDictionaries
2016-08-18 14:53:29 +00:00
# Tmp test directory
zstdtest
2016-06-10 12:44:16 +00:00
speedTest
versionsTest
namespaceTest
2016-07-22 01:50:31 +00:00
# Local script
startSpeedTest
2016-07-31 00:43:17 +00:00
speedTest.pid
2016-08-18 14:53:29 +00:00
# Object files
*.o
*.ko
# Executables
*.exe
*.out
*.app
# Default result files
dictionary
grillResults.txt
_*
tmp*
*.zst
result
out
# fuzzer
afl
# Misc files
*.bat
dirTest*