From a0d7f1edfe4fa1d1a70a8ae69ef0b9122eceb278 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Sat, 29 Oct 2022 06:32:18 -0400 Subject: [PATCH] hardware: update .gitignore for KiCad and plugin --- hardware/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware/.gitignore b/hardware/.gitignore index 0f8efc89..02757916 100644 --- a/hardware/.gitignore +++ b/hardware/.gitignore @@ -11,6 +11,7 @@ $savepcb.* *.sch-bak _autosave* *.zip +\#auto_saved_files\# # KiCad cache files # *-cache.lib not ignored, so schematic can be viewed without libraries @@ -44,3 +45,7 @@ fp-info-cache *.ps *.plt *.xml + +# KiCad Interactive HTML BOM plugin +*.ini +*.html