summaryrefslogtreecommitdiffstats
path: root/src/zstd/programs/.gitignore
blob: 662f708399f13667a3c381ce2ea2fe89e25aeb78 (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
# local binary (Makefile)
zstd
zstd32
zstd4
zstd-compress
zstd-decompress
zstd-frugal
zstd-small
zstd-nolegacy
zstd-dictBuilder

# Object files
*.o
*.ko
default.profraw
have_zlib

# Executables
*.exe
*.out
*.app

# Default result files
dictionary
grillResults.txt
_*
tmp*
*.zst
result
out

# fuzzer
afl

# Misc files
*.bat
!windres/generate_res.bat
dirTest*