1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00
zstd/programs/.gitignore

37 lines
315 B
Plaintext
Raw Normal View History

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