提交 615b18d3 编写于 作者: B Brendan Forster

Merge pull request #1811 from Caerbannog/master

KiCAD: ignore more temp files and generated data
...@@ -5,9 +5,16 @@ ...@@ -5,9 +5,16 @@
*.bak *.bak
*.bck *.bck
*.kicad_pcb-bak *.kicad_pcb-bak
*~
_autosave-*
*.tmp
# Netlist files (exported from Eeschema) # Netlist files (exported from Eeschema)
*.net *.net
# Autorouter files (exported from Pcbnew) # Autorouter files (exported from Pcbnew)
.dsn .dsn
# Exported BOM files
*.xml
*.csv
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册