From 97e2534b9321ef8e2e3652dd3c5dc52b4ba94040 Mon Sep 17 00:00:00 2001 From: mlilley Date: Sat, 9 Mar 2024 14:14:59 -0800 Subject: [PATCH] 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/ --- KiCad.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7..c554103d 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -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