46 lines
671 B
Plaintext
46 lines
671 B
Plaintext
# 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
|
|
*.kicad_sch.bak
|
|
*.kicad_prl
|
|
*.sch-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
*_project-backups/
|
|
*.lck
|
|
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
|
|
\#auto_saved_files\#
|