Add KiCad files and USB CDC logging support
This commit is contained in:
24
kicad/.gitignore
vendored
Normal file
24
kicad/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Temporary and local KiCad artifacts
|
||||
*-backups/
|
||||
*.kicad_prl
|
||||
*.kicad_pro-bak
|
||||
*.kicad_sch-bak
|
||||
*.kicad_pcb-bak
|
||||
*.sch-bak
|
||||
*.pcb-bak
|
||||
*.bak
|
||||
|
||||
# Cache and automatically generated tables
|
||||
sym-lib-table-bak
|
||||
fp-lib-table-bak
|
||||
*-cache.lib
|
||||
*-cache.dcm
|
||||
|
||||
# Generated fabrication outputs (regenerate as needed)
|
||||
*.net
|
||||
*.xml
|
||||
*.csv
|
||||
*.tsv
|
||||
*.pos
|
||||
*.ipr
|
||||
*.rpt
|
||||
Reference in New Issue
Block a user