mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
updated .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,7 +21,7 @@ zstd
|
|||||||
|
|
||||||
# Test artefacts
|
# Test artefacts
|
||||||
tmp*
|
tmp*
|
||||||
dictionary
|
dictionary*
|
||||||
|
|
||||||
# Other files
|
# Other files
|
||||||
.directory
|
.directory
|
||||||
|
26
zlibWrapper/.gitignore
vendored
26
zlibWrapper/.gitignore
vendored
@ -1,26 +1,10 @@
|
|||||||
# Object files
|
|
||||||
*.o
|
|
||||||
*.ko
|
|
||||||
|
|
||||||
# Libraries
|
|
||||||
*.lib
|
|
||||||
*.a
|
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
# Default result files
|
# Default result files
|
||||||
_*
|
_*
|
||||||
example
|
example.*
|
||||||
example_zstd
|
example_zstd.*
|
||||||
|
fitblk.*
|
||||||
|
fitblk_zstd.*
|
||||||
|
zwrapbench.*
|
||||||
foo.gz
|
foo.gz
|
||||||
|
|
||||||
# Misc files
|
# Misc files
|
||||||
|
Reference in New Issue
Block a user