mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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)
This commit is contained in:
parent
65bb94ddc1
commit
6ffcee9711
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ _autosave-*
|
|||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
|
||||
# Footprint cache
|
||||
fp-info-cache
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue