mirror of
https://github.com/github/gitignore.git
synced 2026-08-28 10:47:21 +02:00
KiCad creates lock files when schematic and/or pcb is open, that should not be included in repos: ~*.kicad_pcb.lck ~*.kicad_sch.lck These files are unfortunately not mentioned in the documentation, but are used on at least macos with KiCad v8.0. https://www.kicad.org/
32 lines
452 B
Plaintext
32 lines
452 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
|
|
*-backups
|
|
*.kicad_prl
|
|
*.sch-bak
|
|
*~
|
|
_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
~*.kicad_pcb.lck
|
|
~*.kicad_sch.lck
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|