changes to layout
This commit is contained in:
48
.gitignore
vendored
48
.gitignore
vendored
@ -1,2 +1,46 @@
|
||||
build
|
||||
*.zip
|
||||
**/*-backups/*.zip
|
||||
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
|
||||
Software/.cache/
|
||||
Software/.clangd
|
||||
Software/compile_commands.json
|
||||
Software/STM32Make.make
|
||||
Software/.metadata/
|
||||
Software/openocd.cfg
|
||||
|
||||
Simulation/*
|
||||
!Simulation/*.asc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user