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
|
||||
tmp*
|
||||
dictionary
|
||||
dictionary*
|
||||
|
||||
# Other files
|
||||
.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
|
||||
_*
|
||||
example
|
||||
example_zstd
|
||||
example.*
|
||||
example_zstd.*
|
||||
fitblk.*
|
||||
fitblk_zstd.*
|
||||
zwrapbench.*
|
||||
foo.gz
|
||||
|
||||
# Misc files
|
||||
|
Reference in New Issue
Block a user