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