https://github.com/facebook/zstd
Raw File
Tip revision: 581ecdc0212a1e97d8a3eaf17588c53d3d0a3510 authored by Elliot Gorokhovsky on 05 January 2023, 18:48:05 UTC
fix 32-bit gcc mingw test
Tip revision: 581ecdc
.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*
*.zst
*.zstd
dictionary.
dictionary
NUL

# Build artefacts
contrib/linux-kernel/linux/
projects/
bin/
.buckd/
buck-out/
build-*
*.gcda

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