]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
improved .gitignore 298/head
authorinikep <inikep@gmail.com>
Thu, 18 Aug 2016 14:53:29 +0000 (16:53 +0200)
committerinikep <inikep@gmail.com>
Thu, 18 Aug 2016 14:53:29 +0000 (16:53 +0200)
programs/.gitignore
tests/.gitignore

index 369a27cc19e12bda4a6d5e5429a0c3c6146f3ee7..5875fc792275a8363794622aa9cd7eb8edfa1aec 100644 (file)
@@ -3,42 +3,16 @@ zstd
 zstd32
 zstd-compress
 zstd-decompress
-fullbench
-fullbench32
-fuzzer
-fuzzer32
-zbufftest
-zbufftest32
-zstreamtest
-zstreamtest32
-datagen
-paramgrill
-paramgrill32
-roundTripCrash
 
 # 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
-
 # Default result files
 dictionary
 grillResults.txt
@@ -53,5 +27,4 @@ afl
 
 # Misc files
 *.bat
-fileTests.sh
 dirTest*
index 5ea6b5b7522a8aea804f9d533d0701e8c2029d6c..c8f9ae79e7fd101f1cdec6158104fb0ec9b7bd31 100644 (file)
@@ -1,3 +1,17 @@
+# local binary (Makefile)
+fullbench
+fullbench32
+fuzzer
+fuzzer32
+zbufftest
+zbufftest32
+zstreamtest
+zstreamtest32
+datagen
+paramgrill
+paramgrill32
+roundTripCrash
+
 # Tmp test directory
 zstdtest
 speedTest
@@ -7,3 +21,28 @@ namespaceTest
 # Local script
 startSpeedTest
 speedTest.pid
+
+# Object files
+*.o
+*.ko
+
+# Executables
+*.exe
+*.out
+*.app
+
+# Default result files
+dictionary
+grillResults.txt
+_*
+tmp*
+*.zst
+result
+out
+
+# fuzzer
+afl
+
+# Misc files
+*.bat
+dirTest*