 a7d1ec03e8
			
		
	
	
		a7d1ec03e8
		
			
		
	
	
	
	
		
			
			* 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
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| *~
 | |
| *.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
 | |
| 
 | |
| # 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
 |