KiCad.gitignore 408 字节
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
D
Dan Nixon 已提交
15

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

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

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

# Exported BOM files
*.xml
*.csv