mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
ac05387803
* Loader: menu part * Settings: remove unused loader api * Desktop: get loader from record_open * CLI: remove unneeded loader api * gitignore: ignore .old files * Loader: now really a service * Loader: working service prototype * Loader: cli, system start hooks * CI/CD: make happy * Loader: autorun * Loader: lock and unlock * Loader: rearrange code * Gui, module menu: fix memleak * Updater test: add timeout * added update timeouts and max run duration * Github: revert updater test workflow changes * Loader: less missleading message in info cli command Co-authored-by: doomwastaken <k.volkov@flipperdevices.com> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
67 lines
635 B
Text
67 lines
635 B
Text
*~
|
|
*.swp
|
|
*.swo
|
|
*.gdb_history
|
|
*.old
|
|
|
|
|
|
# LSP
|
|
.cache
|
|
compile_commands.json
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
# 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
|
|
|
|
# Visual Studio Code
|
|
/.vscode/
|
|
|
|
# Kate
|
|
.kateproject
|
|
.kateconfig
|
|
|
|
# legendary cmake's
|
|
build
|
|
CMakeLists.txt
|
|
|
|
# bundle output
|
|
dist
|
|
|
|
# kde
|
|
.directory
|
|
null.d
|
|
|
|
# SCons
|
|
.sconsign.dblite
|
|
# SCons build dir
|
|
build/
|
|
|
|
# Toolchain
|
|
/toolchain
|
|
|
|
# openocd output file
|
|
openocd.log
|
|
|
|
# PVS Studio temporary files
|
|
.PVS-Studio/
|
|
PVS-Studio.log
|
|
*.PVS-Studio.*
|
|
|
|
.gdbinit
|