Skip to content

Commit

Permalink
KiCad: add footprint cache (github#3043)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
syzzer authored and shiftkey committed Apr 28, 2019
1 parent 65bb94d commit 6ffcee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions KiCad.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ _autosave-*
*-save.pro
*-save.kicad_pcb

# Footprint cache
fp-info-cache

# Netlist files (exported from Eeschema)
*.net

Expand Down

0 comments on commit 6ffcee9

Please sign in to comment.