Files
mop3/lz4/.gitignore
kamkow1 b9e8a8bf1d
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
Integrate LZ4 library, compress the ramdisk
2026-03-07 02:54:26 +01:00

65 lines
611 B
Plaintext

# Object files
*.o
*.ko
obj/
cacheObjs/
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.dSYM # apple
# Executables
*.exe
*.out
*.app
lz4
# Builders
cmakebuild/
builddir/
cachedObjs/
# 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*
.stdvars.log
cmake_download/
cmake_bins/
cmake_build/
cmake_install_test/
# generated Windows resource files
lib/*.rc
programs/*.rc