2023-03-09 20:13:18 +03:00
|
|
|
*~
|
2021-05-18 13:51:00 +03:00
|
|
|
*.swp
|
2023-02-06 17:03:29 +03:00
|
|
|
*.swo
|
2021-06-02 18:16:05 +03:00
|
|
|
*.gdb_history
|
2023-05-04 06:48:13 +03:00
|
|
|
*.old
|
2021-06-02 18:16:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
# LSP
|
|
|
|
.cache
|
|
|
|
compile_commands.json
|
2021-05-18 13:51:00 +03:00
|
|
|
|
2020-10-29 11:10:46 +03:00
|
|
|
# JetBrains IDEs
|
2020-08-30 20:23:12 +03:00
|
|
|
.idea/
|
2020-10-29 11:10:46 +03:00
|
|
|
|
|
|
|
# Python VirtEnvironments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# Python Byte-compiled / optimized files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2021-12-17 04:28:51 +03:00
|
|
|
*.pickle
|
2020-10-29 11:10:46 +03:00
|
|
|
|
2020-10-01 02:05:04 +03:00
|
|
|
.obj/
|
2020-09-16 15:54:00 +03:00
|
|
|
bindings/
|
2020-10-07 12:37:43 +03:00
|
|
|
.DS_Store
|
|
|
|
.mxproject
|
2021-11-18 11:46:47 +03:00
|
|
|
Brewfile.lock.json
|
2020-09-16 15:54:00 +03:00
|
|
|
|
2023-01-02 12:01:59 +03:00
|
|
|
# Kate
|
|
|
|
.kateproject
|
|
|
|
.kateconfig
|
|
|
|
|
2022-04-14 15:20:41 +03:00
|
|
|
# kde
|
|
|
|
.directory
|
2022-06-26 15:00:03 +03:00
|
|
|
|
|
|
|
# SCons
|
|
|
|
.sconsign.dblite
|
2023-05-29 19:40:56 +03:00
|
|
|
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
/.vscode
|
|
|
|
|
|
|
|
# bundle output
|
|
|
|
/dist
|
|
|
|
|
2022-06-26 15:00:03 +03:00
|
|
|
# SCons build dir
|
2023-05-29 19:40:56 +03:00
|
|
|
/build
|
2022-06-26 15:00:03 +03:00
|
|
|
|
|
|
|
# Toolchain
|
2022-07-14 19:24:26 +03:00
|
|
|
/toolchain
|
|
|
|
|
|
|
|
# openocd output file
|
|
|
|
openocd.log
|
2022-08-22 20:06:17 +03:00
|
|
|
|
|
|
|
# PVS Studio temporary files
|
|
|
|
.PVS-Studio/
|
|
|
|
PVS-Studio.log
|
2023-04-04 06:21:43 +03:00
|
|
|
*.PVS-Studio.*
|
2022-11-07 17:54:41 +03:00
|
|
|
|
|
|
|
.gdbinit
|
2023-05-29 19:40:56 +03:00
|
|
|
|
|
|
|
/fbt_options_local.py
|