From 1f983cc024ef9c6e86d8077fa3c2e008814a58b7 Mon Sep 17 00:00:00 2001 From: Nikita Orlov Date: Mon, 18 Jan 2021 19:34:55 +0300 Subject: More trash deleted, .gitignore added --- .gitignore | 26 ++++++++++++++++++++++++++ footprints.pretty/HOLE_SUEN.kicad_mod | 9 --------- footprints.pretty/Hole.kicad_mod | 9 +++++++++ motherboard-rescue.dcm | 3 --- motherboard.sch | 8 ++++---- sym-lib-table | 3 --- 6 files changed, 39 insertions(+), 19 deletions(-) create mode 100644 .gitignore delete mode 100644 footprints.pretty/HOLE_SUEN.kicad_mod create mode 100644 footprints.pretty/Hole.kicad_mod delete mode 100644 motherboard-rescue.dcm delete mode 100644 sym-lib-table diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853ee63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 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 +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv diff --git a/footprints.pretty/HOLE_SUEN.kicad_mod b/footprints.pretty/HOLE_SUEN.kicad_mod deleted file mode 100644 index 2a05c84..0000000 --- a/footprints.pretty/HOLE_SUEN.kicad_mod +++ /dev/null @@ -1,9 +0,0 @@ -(module HOLE_SUEN (layer F.Cu) (tedit 5F391056) - (fp_text reference REF** (at 0 -3.75) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value HOLE (at 0 -4.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.3) (layers *.Cu *.Mask)) -) diff --git a/footprints.pretty/Hole.kicad_mod b/footprints.pretty/Hole.kicad_mod new file mode 100644 index 0000000..aef74b7 --- /dev/null +++ b/footprints.pretty/Hole.kicad_mod @@ -0,0 +1,9 @@ +(module Hole (layer F.Cu) (tedit 5F391056) + (fp_text reference REF** (at 0 -3.75) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value HOLE (at 0 -4.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.3) (layers *.Cu *.Mask)) +) diff --git a/motherboard-rescue.dcm b/motherboard-rescue.dcm deleted file mode 100644 index 5f3ed79..0000000 --- a/motherboard-rescue.dcm +++ /dev/null @@ -1,3 +0,0 @@ -EESchema-DOCLIB Version 2.0 -# -#End Doc Library diff --git a/motherboard.sch b/motherboard.sch index f433755..54feec6 100644 --- a/motherboard.sch +++ b/motherboard.sch @@ -1637,7 +1637,7 @@ U 1 1 5F3998FA P 21100 13450 F 0 "HOLE1" H 21180 13492 50 0000 L CNN F 1 "Conn_01x01" H 21180 13401 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13450 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13450 50 0001 C CNN F 3 "~" H 21100 13450 50 0001 C CNN 1 21100 13450 1 0 0 -1 @@ -1648,7 +1648,7 @@ U 1 1 5F39A51D P 21100 13650 F 0 "HOLE2" H 21180 13692 50 0000 L CNN F 1 "Conn_01x01" H 21180 13601 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13650 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13650 50 0001 C CNN F 3 "~" H 21100 13650 50 0001 C CNN 1 21100 13650 1 0 0 -1 @@ -1659,7 +1659,7 @@ U 1 1 5F39A81A P 21100 13850 F 0 "HOLE3" H 21180 13892 50 0000 L CNN F 1 "Conn_01x01" H 21180 13801 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13850 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13850 50 0001 C CNN F 3 "~" H 21100 13850 50 0001 C CNN 1 21100 13850 1 0 0 -1 @@ -1674,7 +1674,7 @@ U 1 1 5F39ABA3 P 21100 14050 F 0 "HOLE4" H 21180 14092 50 0000 L CNN F 1 "Conn_01x01" H 21180 14001 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 14050 50 0001 C CNN +F 2 "footprints:Hole" H 21100 14050 50 0001 C CNN F 3 "~" H 21100 14050 50 0001 C CNN 1 21100 14050 1 0 0 -1 diff --git a/sym-lib-table b/sym-lib-table deleted file mode 100644 index df42dde..0000000 --- a/sym-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(sym_lib_table - (lib (name motherboard-rescue)(type Legacy)(uri ${KIPRJMOD}/motherboard-rescue.lib)(options "")(descr "")) -) -- cgit v1.2.3