mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 01:43:48 +08:00
452f35c3c0
obvious insertion mishap
54 lines
485 B
Plaintext
54 lines
485 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.dSYM # apple
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
lz4
|
|
|
|
# IDE / editors files
|
|
.clang_complete
|
|
.vscode
|
|
_codelite/
|
|
_codelite_lz4/
|
|
bin/
|
|
*.zip
|
|
*.swp
|
|
compile_flags.txt
|
|
compile_commands.json
|
|
.vscode
|
|
.cache
|
|
|
|
# analyzers
|
|
infer-out
|
|
|
|
# Mac
|
|
.DS_Store
|
|
*.dSYM
|
|
|
|
# Windows / Msys
|
|
nul
|
|
ld.exe*
|
|
|
|
# test artifacts
|
|
*.lz4
|
|
tmp*
|
|
builddir/
|
|
|
|
# generated Windows resource files
|
|
lib/*.rc
|
|
programs/*.rc
|