lz4/.gitignore

43 lines
347 B
Plaintext
Raw Normal View History

2015-08-16 07:58:07 +08:00
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.dSYM # apple
2015-08-16 07:58:07 +08:00
# Executables
*.exe
*.out
*.app
2016-08-21 05:26:33 +08:00
lz4
2015-08-16 07:58:07 +08:00
2016-09-03 10:32:06 +08:00
# IDE / editors files
.clang_complete
2016-09-03 03:50:57 +08:00
_codelite/
_codelite_lz4/
bin/
*.zip
2016-11-10 01:03:57 +08:00
# analyzers
infer-out
2016-11-10 01:03:57 +08:00
# Mac
.DS_Store
2016-11-12 07:11:56 +08:00
*.dSYM
2018-04-29 01:42:52 +08:00
# Windows / Msys
nul
ld.exe*
# test artifacts
*.lz4
tmp*