소스 검색

KiCad: add footprint cache (#3043)

As described in commit c5a2ea1dd8 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)
pull/3044/head
syzzer 5 년 전
부모
커밋
6ffcee9711
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      KiCad.gitignore

+ 3
- 0
KiCad.gitignore 파일 보기

@@ -13,6 +13,9 @@ _autosave-*
*-save.pro
*-save.kicad_pcb

# Footprint cache
fp-info-cache

# Netlist files (exported from Eeschema)
*.net


Loading…
취소
저장