From aa73ef9dcd849236955a2d24382f96f2da432157 Mon Sep 17 00:00:00 2001 From: Alessio Spachtholz Date: Sat, 2 Mar 2024 22:01:12 +0100 Subject: [PATCH] info: update gitignore and README --- .gitignore | 20 ++++++++++++++------ README.md | 3 +++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c5e1a70..7d9a657 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# ---> AutoDesk +OldVersions/ +[Pp]roduction/ + # ---> KiCad # For PCBs designed using KiCad: https://www.kicad.org/ # Format documentation: https://kicad.org/help/file-formats/ @@ -29,6 +33,11 @@ fp-info-cache *.xml *.csv +# Gerbers +gerber/ +Gerber/ +GERBER/ + # ---> C # Prerequisites *.d @@ -102,17 +111,17 @@ dkms.conf mono_crash.* # Build results -#[Dd]ebug/ -#[Dd]ebugPublic/ -#[Rr]elease/ -#[Rr]eleases/ +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ x64/ x86/ [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -#[Bb]in/ +[Bb]in/ [Oo]bj/ [Ll]og/ [Ll]ogs/ @@ -484,4 +493,3 @@ FodyWeavers.xsd # ---> Autocad *.bak -OldVersions/ \ No newline at end of file diff --git a/README.md b/README.md index 3af9366..b4ab18d 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ For the second version, things are more complicated. The circuit board is ready ![PCB Version 2 back view](/media/version_2_pvb_back.jpg) ![PCB Version 2 front view](/media/version_2_pvb_front.jpg) + +## Version 3 - Work in progress +Same PCB used in version 1, but new 3D printed case with some improvements and with use of a printer with AMS for multicolor printing. \ No newline at end of file