From 02fbfa2d394694c8571de5e825d9e470922d2e6d Mon Sep 17 00:00:00 2001 From: zone66x <85719219+zone66x@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:50:47 -0400 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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/README.md b/README.md new file mode 100644 index 0000000..be34330 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# macintosh_portable_50-pin_hard_drive_adapter +An adapter to allow you to use any standard 50-pin SCSI device as the Macintosh Portable hard drive.