52 lines
514 B
Plaintext
52 lines
514 B
Plaintext
# KiCad temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.kicad_sch-bak
|
|
*.kicad_prl
|
|
*.kicad_pro-bak
|
|
*-backups/
|
|
*.lck
|
|
*.tmp
|
|
_autosave-*
|
|
\#auto_saved_files\#
|
|
|
|
# Gerber/manufacturing output
|
|
*-job.gbrjob
|
|
gerbers/
|
|
*.zip
|
|
|
|
# 3D cache files
|
|
*.3dshapes/
|
|
*.wrl
|
|
*.step
|
|
*.stp
|
|
*.stpz
|
|
fp-info-cache
|
|
|
|
# KiCad library cache
|
|
*-cache.lib
|
|
*-cache.kicad_sym
|
|
*-rescue.lib
|
|
*-rescue.kicad_sym
|
|
sym-lib-table
|
|
fp-lib-table
|
|
|
|
# Build outputs
|
|
*.gbr
|
|
*.drl
|
|
*.csv
|
|
*.pos
|
|
*.rpt
|
|
*.xml
|
|
*.d356
|
|
*.plt
|
|
*.pdf
|
|
*.ps
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|