KiCad.gitignore 386 字节
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
*.sch-bak
10 11 12
*~
_autosave-*
*.tmp
13 14
*-save.pro
*-save.kicad_pcb
15
fp-info-cache
D
Dan Nixon 已提交
16 17 18 19 20

# Netlist files (exported from Eeschema)
*.net

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

# Exported BOM files
*.xml
*.csv