32 lines
267 B
Plaintext
32 lines
267 B
Plaintext
|
# local binary (Makefile)
|
||
|
zstd
|
||
|
zstd32
|
||
|
fullbench
|
||
|
fullbench32
|
||
|
fuzzer
|
||
|
fuzzer32
|
||
|
datagen
|
||
|
|
||
|
# 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
|