mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
added : .gitignore generated binaries
This commit is contained in:
31
programs/.gitignore
vendored
Normal file
31
programs/.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# 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
|
Reference in New Issue
Block a user