You've already forked cellular-featherwing-pcb
mirror of
https://github.com/keenanjohnson/cellular-featherwing-pcb.git
synced 2026-09-23 08:39:13 +00:00
53 lines
761 B
Plaintext
53 lines
761 B
Plaintext
# 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
|
|
*.kicad_sym-bak
|
|
*.kicad_mod-bak
|
|
*.kicad_pro-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
*-cache.lib
|
|
*-rescue.lib
|
|
*-rescue.dcm
|
|
*-rescue.kicad_sym
|
|
fp-info-cache
|
|
\#auto_saved_files\#
|
|
|
|
# Lock files (KiCad 6+)
|
|
~*.lck
|
|
*.lck
|
|
|
|
# Per-user project state (window layout, layer visibility, etc.)
|
|
*.kicad_prl
|
|
|
|
# Archived backups (KiCad 6+)
|
|
**/*-backups/*.zip
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
|
|
# KiBot / job output
|
|
*-drc.rpt
|
|
*-erc.rpt
|
|
*.rpt
|
|
|
|
# Editor / OS files
|
|
.history/
|
|
.DS_Store
|