diff options
| author | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-10-31 19:44:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-31 19:44:21 +0200 |
| commit | f3f27c6d7f26a5e7957481febb4b8a1ef3a4107d (patch) | |
| tree | d885258ab087ee57a0b48f694bc57cfd94a5b655 | |
Initial commit
| -rw-r--r-- | .gitignore | 26 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 28 insertions, 0 deletions
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..461af70 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# cat-a-hack +Prototyping board for PC/μC to transceiver isolation. |
