KiCad.gitignore 334 字节
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
D
Dan Nixon 已提交
12 13 14 15 16

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
E
Ernest Gu 已提交
17 18
*.dsn
*.ses
19 20 21 22

# Exported BOM files
*.xml
*.csv