33 lines
272 B
Plaintext
33 lines
272 B
Plaintext
|
# local binary (Makefile)
|
||
|
zstd
|
||
|
zstd32
|
||
|
zstd-compress
|
||
|
zstd-decompress
|
||
|
|
||
|
# 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
|
||
|
dirTest*
|