Unverified Commit a2660655 authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2624 from patrickelectric/kicad

Kicad: Add more formats and documentation link
parents 773eca0e 820f5343
# For PCBs designed using KiCad: http://www.kicad-pcb.org/ # For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files # Temporary files
*.000 *.000
...@@ -8,6 +9,10 @@ ...@@ -8,6 +9,10 @@
*~ *~
_autosave-* _autosave-*
*.tmp *.tmp
*-cache.lib
*-rescue.lib
*-save.pro
*-save.kicad_pcb
# Netlist files (exported from Eeschema) # Netlist files (exported from Eeschema)
*.net *.net
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment