simulation file + gitignore update
This commit is contained in:
		
							
								
								
									
										32
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -2,6 +2,35 @@
 | 
			
		||||
Manual/*
 | 
			
		||||
Datenblätter/*
 | 
			
		||||
 | 
			
		||||
# ---> KiCad
 | 
			
		||||
# For PCBs designed using KiCad: https://www.kicad.org/
 | 
			
		||||
# Format documentation: https://kicad.org/help/file-formats/
 | 
			
		||||
 | 
			
		||||
# Temporary files
 | 
			
		||||
*.000
 | 
			
		||||
*.bak
 | 
			
		||||
*.bck
 | 
			
		||||
*.kicad_pcb-bak
 | 
			
		||||
*.kicad_sch-bak
 | 
			
		||||
*-backups
 | 
			
		||||
*.kicad_prl
 | 
			
		||||
*.sch-bak
 | 
			
		||||
*~
 | 
			
		||||
_autosave-*
 | 
			
		||||
*.tmp
 | 
			
		||||
*-save.pro
 | 
			
		||||
*-save.kicad_pcb
 | 
			
		||||
fp-info-cache
 | 
			
		||||
 | 
			
		||||
# Netlist files (exported from Eeschema)
 | 
			
		||||
*.net
 | 
			
		||||
 | 
			
		||||
# Autorouter files (exported from Pcbnew)
 | 
			
		||||
*.dsn
 | 
			
		||||
*.ses
 | 
			
		||||
 | 
			
		||||
FT24-SLS/*.log
 | 
			
		||||
 | 
			
		||||
Software/.vscode/
 | 
			
		||||
Software/build/
 | 
			
		||||
Software/Debug
 | 
			
		||||
@ -13,4 +42,5 @@ Software/.metadata/
 | 
			
		||||
Software/openocd.cfg
 | 
			
		||||
 | 
			
		||||
Simulation/*
 | 
			
		||||
!Simulation/SLS_Sim.asc
 | 
			
		||||
!Simulation/*.asc
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user