improved .gitignore

This commit is contained in:
inikep
2016-08-18 16:53:29 +02:00
parent 7feafdd7b8
commit b6514d2496
2 changed files with 39 additions and 27 deletions
-27
View File
@@ -3,42 +3,16 @@ zstd
zstd32 zstd32
zstd-compress zstd-compress
zstd-decompress zstd-decompress
fullbench
fullbench32
fuzzer
fuzzer32
zbufftest
zbufftest32
zstreamtest
zstreamtest32
datagen
paramgrill
paramgrill32
roundTripCrash
# Object files # Object files
*.o *.o
*.ko *.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables # Executables
*.exe *.exe
*.out *.out
*.app *.app
# Visual solution files
*.suo
*.user
# Default result files # Default result files
dictionary dictionary
grillResults.txt grillResults.txt
@@ -53,5 +27,4 @@ afl
# Misc files # Misc files
*.bat *.bat
fileTests.sh
dirTest* dirTest*
+39
View File
@@ -1,3 +1,17 @@
# local binary (Makefile)
fullbench
fullbench32
fuzzer
fuzzer32
zbufftest
zbufftest32
zstreamtest
zstreamtest32
datagen
paramgrill
paramgrill32
roundTripCrash
# Tmp test directory # Tmp test directory
zstdtest zstdtest
speedTest speedTest
@@ -7,3 +21,28 @@ namespaceTest
# Local script # Local script
startSpeedTest startSpeedTest
speedTest.pid 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*