42 lines
338 B
Text
42 lines
338 B
Text
|
# 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
|
||
|
_codelite/
|
||
|
_codelite_lz4/
|
||
|
bin/
|
||
|
*.zip
|
||
|
|
||
|
# analyzers
|
||
|
infer-out
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|
||
|
*.dSYM
|
||
|
|
||
|
# Windows / Msys
|
||
|
nul
|
||
|
ld.exe*
|
||
|
|
||
|
# test files
|
||
|
*.lz4
|