zstd/tests/.gitignore

69 lines
678 B
Plaintext
Raw Normal View History

2016-08-18 07:53:29 -07:00
# local binary (Makefile)
fullbench
fullbench32
fullbench-lib
2016-08-18 07:53:29 -07:00
fuzzer
fuzzer32
2016-12-17 07:28:12 -08:00
fuzzer-dll
2016-08-18 07:53:29 -07:00
zbufftest
zbufftest32
zbufftest-dll
2016-08-18 07:53:29 -07:00
zstreamtest
zstreamtest32
zstreamtest_asan
zstreamtest_tsan
2016-12-17 07:28:12 -08:00
zstreamtest-dll
2016-08-18 07:53:29 -07:00
datagen
paramgrill
paramgrill32
roundTripCrash
2016-12-10 19:12:13 -08:00
longmatch
2016-12-16 13:29:23 -08:00
symbols
legacy
decodecorpus
2016-12-29 23:41:03 -08:00
pool
poolTests
2016-12-20 11:13:45 -08:00
invalidDictionaries
checkTag
zcat
zstdcat
tm
2016-08-18 07:53:29 -07:00
# test artifacts
dictionary
grillResults.txt
_*
tmp*
*.zst
*.gz
!gzip/hufts-segv.gz
result
out
*.zstd
hello*
world
# Tmp test directory
zstdtest
2016-06-10 05:44:16 -07:00
speedTest
versionsTest
namespaceTest
dirTest*
# fuzzer
afl
2016-07-21 18:50:31 -07:00
# Local script
startSpeedTest
2016-07-30 17:43:17 -07:00
speedTest.pid
*.bat
2016-08-18 07:53:29 -07:00
# Generic Object files
2016-08-18 07:53:29 -07:00
*.o
*.ko
# Generic Executables
2016-08-18 07:53:29 -07:00
*.exe
*.out
*.app