zstd/programs/.gitignore

37 lines
315 B
Plaintext
Raw Normal View History

2015-08-10 10:02:52 -07:00
# local binary (Makefile)
zstd
zstd32
zstd4
zstd-compress
zstd-decompress
zstd-frugal
zstd-small
zstd-nolegacy
2015-08-10 10:02:52 -07:00
# Object files
*.o
*.ko
default.profraw
have_zlib
2015-08-10 10:02:52 -07:00
# Executables
*.exe
*.out
*.app
# Default result files
2016-02-23 12:21:29 -08:00
dictionary
grillResults.txt
2016-03-15 04:18:44 -07:00
_*
2016-05-28 20:16:05 -07:00
tmp*
*.zst
2016-05-31 09:13:56 -07:00
result
out
2016-03-15 04:18:44 -07:00
# fuzzer
afl
2016-03-15 04:18:44 -07:00
# Misc files
*.bat
dirTest*