Create board

This commit is contained in:
Byron Lathi
2022-03-05 16:25:20 -06:00
parent f0b1ec65c3
commit d364c216b8
7 changed files with 5640 additions and 15 deletions

22
hw/board/.gitignore vendored
View File

@@ -1,14 +1,28 @@
# Ignore list for KiCAD Projects# Temporary files
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*.kicad_prl
*.sch-bak
*~_autosave-*
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache# Netlist files (exported from Eeschema)
*.net# Autorouter files (exported from Pcbnew)
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# kicad 8 backups
*-backups