KiCad: add pcb and schematic lock file patterns
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/
This commit is contained in:
parent
4488915eec
commit
97e2534b93
@ -16,6 +16,8 @@ _autosave-*
|
|||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
|
~*.kicad_pcb.lck
|
||||||
|
~*.kicad_sch.lck
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
Loading…
Reference in New Issue
Block a user