diff options
| -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. |
