https://github.com/facebook/zstd
Raw File
Tip revision: b706286adbba780006a47ef92df0ad7a785666b6 authored by Yann Collet on 22 May 2020, 05:04:00 UTC
Merge pull request #2154 from facebook/dev
Tip revision: b706286
.gitignore
# 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.
dictionary
NUL

# Build artefacts
projects/
bin/
.buckd/
buck-out/
build-*

# Other files
.directory
_codelite/
_zstdbench/
.clang_complete
*.idea
*.swp
.DS_Store
googletest/
*.d
*.vscode
*.code-workspace
compile_commands.json
.clangd
back to top