lz4/.gitignore

43 lines
347 B
Plaintext
Raw Permalink Normal View History

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