mirror of
https://github.com/facebook/zstd.git
synced 2024-11-25 06:46:52 +08:00
40 lines
322 B
Plaintext
40 lines
322 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
*.dSYM
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
zstd
|
|
zstdmt
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Test artefacts
|
|
tmp*
|
|
dictionary*
|
|
|
|
# Other files
|
|
.directory
|
|
_codelite/
|
|
_zstdbench/
|
|
.clang_complete
|
|
*.idea
|
|
*.swp
|
|
.DS_Store
|
|
googletest/
|
|
*.d
|
|
|
|
# Directories
|
|
bin/
|