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:
mlilley 2024-03-09 14:14:59 -08:00 committed by GitHub
parent 4488915eec
commit 97e2534b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ _autosave-*
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.kicad_pcb.lck
~*.kicad_sch.lck
# Netlist files (exported from Eeschema)
*.net