Merge pull request #2624 from patrickelectric/kicad
Kicad: Add more formats and documentation link
This commit is contained in:
commit
a26606555f
@ -1,4 +1,5 @@
|
||||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
@ -8,6 +9,10 @@
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-cache.lib
|
||||
*-rescue.lib
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
Loading…
Reference in New Issue
Block a user