mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library
32 lines
272 B
Text
32 lines
272 B
Text
# local binary (Makefile)
|
|
zstd
|
|
zstd32
|
|
zstd-compress
|
|
zstd-decompress
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
default.profraw
|
|
have_zlib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Default result files
|
|
dictionary
|
|
grillResults.txt
|
|
_*
|
|
tmp*
|
|
*.zst
|
|
result
|
|
out
|
|
|
|
# fuzzer
|
|
afl
|
|
|
|
# Misc files
|
|
*.bat
|
|
dirTest*
|