zstd/programs/.gitignore

31 lines
246 B
Plaintext
Raw Normal View History

2015-08-11 01:02:52 +08:00
# local binary (Makefile)
zstd
zstd32
zstd-compress
zstd-decompress
2015-08-11 01:02:52 +08:00
# Object files
*.o
*.ko
# Executables
*.exe
*.out
*.app
# Default result files
2016-02-24 04:21:29 +08:00
dictionary
grillResults.txt
2016-03-15 19:18:44 +08:00
_*
2016-05-29 11:16:05 +08:00
tmp*
*.zst
2016-06-01 00:13:56 +08:00
result
out
2016-03-15 19:18:44 +08:00
# fuzzer
afl
2016-03-15 19:18:44 +08:00
# Misc files
*.bat
dirTest*