KiCad.gitignore 376 字节
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
*-save.pro
*-save.kicad_pcb
14
fp-info-cache
D
Dan Nixon 已提交
15 16 17 18 19

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
E
Ernest Gu 已提交
20 21
*.dsn
*.ses
22 23 24 25

# Exported BOM files
*.xml
*.csv