zstd/programs/.gitignore

54 lines
474 B
Plaintext
Raw Normal View History

2015-08-10 17:02:52 +00:00
# local binary (Makefile)
zstd
zstd32
zstd-compress
zstd-decompress
2015-08-10 17:02:52 +00:00
fullbench
fullbench32
fuzzer
fuzzer32
2016-03-19 11:12:07 +00:00
zbufftest
zbufftest32
2015-08-10 17:02:52 +00:00
datagen
paramgrill
roundTripCrash
2015-08-10 17:02:52 +00:00
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# Visual solution files
*.suo
*.user
2016-02-23 20:21:29 +00:00
# Default result files
2016-02-23 20:21:29 +00:00
dictionary
grillResults.txt
2016-03-15 11:18:44 +00:00
_*
2016-05-29 03:16:05 +00:00
tmp*
*.zst
2016-05-31 16:13:56 +00:00
result
2016-03-15 11:18:44 +00:00
# fuzzer
afl
2016-03-15 11:18:44 +00:00
# Misc files
*.bat
fileTests.sh
dirTest*