From 4a355253c0d933ecb6d4e98bd6a0efda5f7306f0 Mon Sep 17 00:00:00 2001 From: stephendpmurphy Date: Sun, 23 Oct 2022 19:38:39 -0400 Subject: [PATCH] Ignore local project settings and backups --- KiCad.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7..b24df595 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -16,6 +16,7 @@ _autosave-* *-save.pro *-save.kicad_pcb fp-info-cache +*-backups # Netlist files (exported from Eeschema) *.net @@ -27,3 +28,6 @@ fp-info-cache # Exported BOM files *.xml *.csv + +# Local project settings +*.kicad_prl