fix gitignore errors

This commit is contained in:
LeeYoung624
2019-07-09 21:08:13 +08:00
parent 096714d1b8
commit 654cb9d439
5 changed files with 14 additions and 0 deletions
+7
View File
@@ -15,6 +15,9 @@
# Executables
zstd
!build/VS2008/zstd
!build/VS2010/zstd
!contrib/VS2005/zstd
zstdmt
*.exe
*.out
@@ -23,6 +26,10 @@ zstdmt
# Test artefacts
tmp*
dictionary*
!examples/dictionary_compression.c
!examples/dictionary_decompression.c
!tests/fuzz/dictionary_decompress.c
!tests/fuzz/dictionary_round_trip.c
NUL
# Build artefacts
+2
View File
@@ -29,3 +29,5 @@ compile_commands.json
CTestTestfile.cmake
build
lib
!cmake/lib
!meson/lib
+1
View File
@@ -33,4 +33,5 @@ afl
# Misc files
*.bat
!windres/generate_res.bat
dirTest*
+1
View File
@@ -55,6 +55,7 @@ _*
tmp*
*.zst
*.gz
!gzip/hufts-segv.gz
result
out
*.zstd
+3
View File
@@ -1,11 +1,14 @@
# Default result files
_*
example.*
!examples/example.c
example_zstd.*
example_gz.*
fitblk.*
!examples/fitblk.c
fitblk_zstd.*
zwrapbench.*
!examples/zwrapbench.c
foo.gz
minigzip