https://github.com/facebook/zstd
Raw File
Tip revision: 77dce3eba1ae2c74a8f413ce781b764a622321d2 authored by Yann Collet on 26 August 2015, 22:59:17 UTC
Merge pull request #43 from Cyan4973/dev
Tip revision: 77dce3e
.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