1# local binary (Makefile) 2fullbench 3fullbench32 4fullbench-lib 5fuzzer 6fuzzer32 7fuzzer-dll 8zbufftest 9zbufftest32 10zbufftest-dll 11zstreamtest 12zstreamtest32 13zstreamtest_asan 14zstreamtest_tsan 15zstreamtest_ubsan 16zstreamtest-dll 17datagen 18paramgrill 19paramgrill32 20roundTripCrash 21longmatch 22symbols 23legacy 24decodecorpus 25pool 26poolTests 27invalidDictionaries 28checkTag 29zcat 30zstdcat 31tm 32 33# test artifacts 34dictionary 35grillResults.txt 36_* 37tmp* 38*.zst 39*.gz 40!gzip/hufts-segv.gz 41result 42out 43*.zstd 44hello* 45world 46 47# Tmp test directory 48zstdtest 49speedTest 50versionsTest 51namespaceTest 52dirTest* 53 54# fuzzer 55afl 56 57# Local script 58startSpeedTest 59speedTest.pid 60*.bat 61 62# Generic Object files 63*.o 64*.ko 65 66# Generic Executables 67*.exe 68*.out 69*.app 70 71# Specific exclusions 72!golden-decompression/*.zst 73