Files

46 lines
671 B
Plaintext
Raw Permalink Normal View History

2025-05-08 19:38:48 -07:00
# Adapted from:
# https://github.com/github/gitignore/blob/master/KiCad.gitignore
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
2025-05-13 20:22:39 -07:00
*.kicad_sch.bak
2025-05-08 19:38:48 -07:00
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
*_project-backups/
2025-05-14 00:40:11 -07:00
*.lck
2025-05-08 19:38:48 -07:00
fp-info-cache
/build
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Footprint association file (exported from Pcbnew)
*.cmp
# Exported BOM files
*.xml
*.csv
*.tsv
# Misc
*.log
*.raw
.svg2shenzhen-cache
2025-05-13 20:22:39 -07:00
\#auto_saved_files\#