]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added : .gitignore generated binaries
authorYann Collet <yann.collet.73@gmail.com>
Mon, 10 Aug 2015 17:02:52 +0000 (18:02 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 10 Aug 2015 17:02:52 +0000 (18:02 +0100)
programs/.gitignore [new file with mode: 0644]

diff --git a/programs/.gitignore b/programs/.gitignore
new file mode 100644 (file)
index 0000000..021e893
--- /dev/null
@@ -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