瀏覽代碼

Added Git Ignore

master
Marcel Haazen 5 年之前
父節點
當前提交
5b9d9d1df6
共有 1 個文件被更改,包括 25 次插入0 次删除
  1. +25
    -0
      .gitignore

+ 25
- 0
.gitignore 查看文件

@ -0,0 +1,25 @@
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
*-rescue.lib
*-save.pro
*-save.kicad_pcb
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv

Loading…
取消
儲存