mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
1a8f6dbed8
* libs: removed cxxheaderparser submodule, expecting one from toolchain * toolchain: v38 * vscode: now using clangd from toolchain * vscode: clangd path in config is now generated by fbt * vscode, fbt: improved clangd path generation * fbt: fixed LANG_SERVER handling; switched to clangd as default * vscode: removed deprecated options from config * ufbt: project template: updated clang-format, added clangd config * ufbt: now using clangd as default language server * ufbt: now using clangd as default language server
66 lines
No EOL
630 B
Text
66 lines
No EOL
630 B
Text
*~
|
|
*.swp
|
|
*.swo
|
|
*.gdb_history
|
|
*.old
|
|
|
|
|
|
# LSP
|
|
.cache
|
|
compile_commands.json
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
# Sublime Text
|
|
.sublime-project.sublime-workspace
|
|
|
|
# Python VirtEnvironments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# Python Byte-compiled / optimized files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pickle
|
|
|
|
.obj/
|
|
bindings/
|
|
.DS_Store
|
|
.mxproject
|
|
Brewfile.lock.json
|
|
|
|
# Kate
|
|
.kateproject
|
|
.kateconfig
|
|
|
|
# kde
|
|
.directory
|
|
|
|
# SCons
|
|
.sconsign.dblite
|
|
|
|
|
|
# bundle output
|
|
/dist
|
|
|
|
# SCons build dir
|
|
/build
|
|
|
|
# Toolchain
|
|
/toolchain
|
|
|
|
# openocd output file
|
|
openocd.log
|
|
|
|
# PVS Studio temporary files
|
|
.PVS-Studio/
|
|
PVS-Studio.log
|
|
*.PVS-Studio.*
|
|
|
|
.gdbinit
|
|
|
|
/fbt_options_local.py |