 8d2ea14f06
			
		
	
	
		8d2ea14f06
		
			
		
	
	
	
	
		
			
			* fbt: added hooks for build & dist environments * Moved env hooks to an optional file * Fixed var name * Added fw origin to device info * Bumped device info version * fbt: added FIRMWARE_ORIGIN option. Different implementation for FW_ORIGIN_* C macro. * api: bumped versions * fbt: added fbt_options_local.py * gitignore: cleanup Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			66 lines
		
	
	
		
			610 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			610 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
 | |
| 
 | |
| # Kate
 | |
| .kateproject
 | |
| .kateconfig
 | |
| 
 | |
| # kde
 | |
| .directory
 | |
| 
 | |
| # SCons
 | |
| .sconsign.dblite
 | |
| 
 | |
| 
 | |
| # Visual Studio Code
 | |
| /.vscode
 | |
| 
 | |
| # bundle output
 | |
| /dist
 | |
| 
 | |
| # 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 |