unleashed-firmware/.gitignore

72 lines
737 B
Text
Raw Normal View History

*~
*.swp
*.swo
*.gdb_history
*.old
# LSP
.cache
compile_commands.json
# JetBrains IDEs
2020-08-30 17:23:12 +00:00
.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/
2020-09-16 12:54:00 +00:00
bindings/
.DS_Store
.mxproject
Brewfile.lock.json
2020-09-16 12:54:00 +00:00
# Kate
.kateproject
.kateconfig
# kde
.directory
2022-06-12 02:42:37 +00:00
null.d
# SCons
.sconsign.dblite
# bundle output
/dist
2023-06-12 02:22:12 +00:00
/artifacts-default
/artifacts-ofw-anims
/artifacts-rgb-patch
/artifacts-extra-apps
2023-08-17 01:44:17 +00:00
/artifacts-clean
# 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