58 lines
654 B
Plaintext
58 lines
654 B
Plaintext
# 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_prl
|
|
*.sch-bak
|
|
*~
|
|
*.lck
|
|
_autosave-*
|
|
**/#auto_saved_files#
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
*.xlsx*
|
|
|
|
# Backup Folders
|
|
**/*backups/**
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# CAD
|
|
*.FCStd
|
|
*.dxf
|
|
*.step
|
|
*.stp
|
|
|
|
# CI
|
|
Fabrication/
|
|
.gitlab-ci-local/
|
|
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.pyc
|
|
|