zstd/programs/.gitignore

48 lines
417 B
Plaintext
Raw Normal View History

2015-08-10 17:02:52 +00:00
# local binary (Makefile)
zstd
zstd32
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
_*
# fuzzer
afl
2016-03-15 11:18:44 +00:00
# Misc files
*.bat
fileTests.sh