lz4/.gitignore
Yann Collet 452f35c3c0 minor: fix test name
obvious insertion mishap
2024-09-07 15:50:10 -07:00

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