https://github.com/facebook/zstd
Raw File
Tip revision: 9e618350d4d574d143a4a6d6ff4273c6fedc299d authored by Yann Collet on 24 October 2015, 13:06:42 UTC
Merge pull request #51 from Cyan4973/dev
Tip revision: 9e61835
.gitignore
# Object files
*.o
*.ko

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Visual solution files
*.suo
*.user
back to top