2015-08-16 07:58:07 +08:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
2016-10-22 00:49:30 +08:00
|
|
|
*.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
|
2023-08-16 05:13:05 +08:00
|
|
|
.vscode
|
2016-09-03 03:50:57 +08:00
|
|
|
_codelite/
|
2016-09-06 16:36:16 +08:00
|
|
|
_codelite_lz4/
|
2016-11-15 19:57:03 +08:00
|
|
|
bin/
|
2016-09-06 16:36:16 +08:00
|
|
|
*.zip
|
2022-07-13 00:40:45 +08:00
|
|
|
*.swp
|
2023-06-30 14:30:25 +08:00
|
|
|
compile_flags.txt
|
2023-10-12 09:42:51 +08:00
|
|
|
compile_commands.json
|
|
|
|
.vscode
|
|
|
|
.cache
|
2016-11-10 01:03:57 +08:00
|
|
|
|
2019-12-03 08:38:33 +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*
|
2019-04-13 06:55:38 +08:00
|
|
|
|
2020-11-26 04:09:06 +08:00
|
|
|
# test artifacts
|
2019-04-13 06:55:38 +08:00
|
|
|
*.lz4
|
2020-11-26 04:09:06 +08:00
|
|
|
tmp*
|
2024-09-08 06:50:10 +08:00
|
|
|
builddir/
|
2023-06-16 21:27:21 +08:00
|
|
|
|
|
|
|
# generated Windows resource files
|
|
|
|
lib/*.rc
|
|
|
|
programs/*.rc
|