From 357840fcaa976b867ae196da1fe86039d57558a1 Mon Sep 17 00:00:00 2001 From: Mike Coles Date: Wed, 17 Feb 2021 22:51:41 -0500 Subject: [PATCH] ignpore kicad 5.99+ auto-backups KiCad 5.99, presumably 6 as well, puts auto-created backups in a -backups directory locate in the root of the project. --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index bd70969a..4b1c7b85 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -26,3 +26,6 @@ fp-info-cache # Exported BOM files *.xml *.csv + +# backups +/*-backups