]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix gitignore errors 1677/head
authorLeeYoung624 <liyiang@hotmail.com>
Tue, 9 Jul 2019 10:00:17 +0000 (18:00 +0800)
committerLeeYoung624 <liyiang@hotmail.com>
Tue, 9 Jul 2019 13:08:13 +0000 (21:08 +0800)
.gitignore
build/.gitignore
programs/.gitignore
tests/.gitignore
zlibWrapper/.gitignore

index abdf3b6338ec03f8302104533886820a04f74598..64cc811fb58f99a478bcb723102b71663a72b776 100644 (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
index 1ceb70ebcc8557f5a886c08d2972d26cdad7b467..5a18b30a09bc3c3ed93d74e01113d35458c5a842 100644 (file)
@@ -29,3 +29,5 @@ compile_commands.json
 CTestTestfile.cmake
 build
 lib
+!cmake/lib
+!meson/lib
index 701830c777c265c90c946edf19ad3879e2fce6d2..0a8e18fbb2f8715c2c2f71a3f30bef7e625933ac 100644 (file)
@@ -33,4 +33,5 @@ afl
 
 # Misc files
 *.bat
+!windres/generate_res.bat
 dirTest*
index 1f08c3995e8589593f3cc92c8c790ab0fa715d7e..4edf6ce13838f4f7075878d30717f4918864aa4d 100644 (file)
@@ -55,6 +55,7 @@ _*
 tmp*
 *.zst
 *.gz
+!gzip/hufts-segv.gz
 result
 out
 *.zstd
index 6167ca4dac8808a76b31a95f6d248f090015a9eb..289635d658c6cd13db67bc8a7c405a274af218dd 100644 (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