From 4f8bf8f686d24b8323c7d867d225f3be7bbfe40b Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Thu, 18 Jul 2024 14:33:49 +0200 Subject: [PATCH] gitignore: ignore KiCad archive and lock files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3ca43ae..aec693c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# ---> KiCad +*-backups +*.zip +*.lck