summaryrefslogtreecommitdiffstats
path: root/src/zstd/tests/.gitignore
blob: b16e26e3d4902f129b4f68267484ea71f68b8d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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
poolTests
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
*.gz
result
out

# fuzzer
afl

# Misc files
*.bat
dirTest*