migration to KiCAD 8
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
~*.lck
|
||||
\#auto_saved_files#
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
@@ -1,3 +0,0 @@
|
||||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
#End Doc Library
|
||||
122675
kicad/camino.kicad_pcb
122675
kicad/camino.kicad_pcb
File diff suppressed because it is too large
Load Diff
1564
kicad/camino.kicad_pro
Normal file
1564
kicad/camino.kicad_pro
Normal file
File diff suppressed because it is too large
Load Diff
56662
kicad/camino.kicad_sch
Normal file
56662
kicad/camino.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
24765
kicad/camino.kicad_sym
Normal file
24765
kicad/camino.kicad_sym
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +0,0 @@
|
||||
(page_layout
|
||||
(setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
|
||||
(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))
|
||||
(line (name segm1:Line) (start 0 0) (end 0 0))
|
||||
)
|
||||
@@ -1,3 +1,4 @@
|
||||
(sym_lib_table
|
||||
(lib (name camino-eagle-import)(type Legacy)(uri ${KIPRJMOD}/camino-eagle-import.lib)(options "")(descr ""))
|
||||
(version 7)
|
||||
(lib (name "camino")(type "KiCad")(uri "${KIPRJMOD}/camino.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user