KiCad.gitignore 422 字节
Newer Older
H
Harrison G 已提交
1
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
2
# Format documentation: http://kicad-pcb.org/help/file-formats/
D
Dan Nixon 已提交
3 4 5 6

# Temporary files
*.000
*.bak
7 8
*.bck
*.kicad_pcb-bak
9 10 11
*~
_autosave-*
*.tmp
12 13 14
*-rescue.lib
*-save.pro
*-save.kicad_pcb
15
fp-info-cache
D
Dan Nixon 已提交
16

S
syzzer 已提交
17 18 19
# Footprint cache
fp-info-cache

D
Dan Nixon 已提交
20 21 22 23
# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
E
Ernest Gu 已提交
24 25
*.dsn
*.ses
26 27 28 29

# Exported BOM files
*.xml
*.csv