added : .gitignore generated binaries

This commit is contained in:
Yann Collet 2015-08-10 18:02:52 +01:00
parent f90314610d
commit bd8f4e0e5c

31
programs/.gitignore vendored Normal file
View 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