mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix gitignore errors
This commit is contained in:
parent
096714d1b8
commit
654cb9d439
5 changed files with 14 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
build/.gitignore
vendored
2
build/.gitignore
vendored
|
|
@ -29,3 +29,5 @@ compile_commands.json
|
|||
CTestTestfile.cmake
|
||||
build
|
||||
lib
|
||||
!cmake/lib
|
||||
!meson/lib
|
||||
|
|
|
|||
1
programs/.gitignore
vendored
1
programs/.gitignore
vendored
|
|
@ -33,4 +33,5 @@ afl
|
|||
|
||||
# Misc files
|
||||
*.bat
|
||||
!windres/generate_res.bat
|
||||
dirTest*
|
||||
|
|
|
|||
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -55,6 +55,7 @@ _*
|
|||
tmp*
|
||||
*.zst
|
||||
*.gz
|
||||
!gzip/hufts-segv.gz
|
||||
result
|
||||
out
|
||||
*.zstd
|
||||
|
|
|
|||
3
zlibWrapper/.gitignore
vendored
3
zlibWrapper/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue