From 6ffcee971119154f1188666c92d94248fa053b8e Mon Sep 17 00:00:00 2001 From: syzzer Date: Sun, 28 Apr 2019 14:12:16 +0200 Subject: [PATCH] KiCad: add footprint cache (#3043) As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the kicad repository itself, the fp-info-cache file should not be checked in to version control. (See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5) --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 15fdf72e..6ce5564c 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,6 +13,9 @@ _autosave-* *-save.pro *-save.kicad_pcb +# Footprint cache +fp-info-cache + # Netlist files (exported from Eeschema) *.net