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