From b7477e9c1b403686c7f55b66ad7cade1eab33d17 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 16 Aug 2018 04:25:13 +0200 Subject: [PATCH] KiCad .gitignore library fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We shouldn't ignore -cache.lib files, because it causes missing components in your schema http://kicad-pcb.org/help/file-formats/ specifically mentions this: > `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different). --- KiCad.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 198392e5..15fdf72e 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,7 +9,6 @@ *~ _autosave-* *.tmp -*-cache.lib *-rescue.lib *-save.pro *-save.kicad_pcb