From git at cryptech.is Tue Aug 4 15:12:34 2020 From: git at cryptech.is (git at cryptech.is) Date: Tue, 04 Aug 2020 15:12:34 +0000 Subject: [Cryptech-Commits] [user/shatov/alpha_rev04] branch master updated (df742ea -> 90e0724) Message-ID: <159655395462.84972.9772001723907316931@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. meisterpaul1 at yandex.ru pushed a change to branch master in repository user/shatov/alpha_rev04. from df742ea Layer info. new 58177d8 Tweak gitignore new 15ffa26 Don't track autosave files new 806f4db Top (aka "Front") Layer OK new 5f70a0d Internal signal layer #1 cleaned up. new 7ba3309 Internal signal layer #2 cleaned up. new e866238 Bottom Layer OK new 90e0724 Internal ground layers OK. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: KiCAD/.gitignore | 3 +- KiCAD/Cryptech Alpha.kicad_pcb | 411416 ++++++++++++++++++++++++++++++- KiCAD/Cryptech Alpha.kicad_pcb-bak | 447837 +++++++++++++++++++++++++++++++++- Layers.txt | 25 +- 4 files changed, 851262 insertions(+), 8019 deletions(-) From git at cryptech.is Tue Aug 4 15:12:35 2020 From: git at cryptech.is (git at cryptech.is) Date: Tue, 04 Aug 2020 15:12:35 +0000 Subject: [Cryptech-Commits] [user/shatov/alpha_rev04] 01/07: Tweak gitignore In-Reply-To: <159655395462.84972.9772001723907316931@bikeshed.cryptech.is> References: <159655395462.84972.9772001723907316931@bikeshed.cryptech.is> Message-ID: <20200804151235.CCAC992FAD6@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. meisterpaul1 at yandex.ru pushed a commit to branch master in repository user/shatov/alpha_rev04. commit 58177d8d433c4a50820f1a46c4f16f244ae1ea66 Author: Pavel V. Shatov (Meister) AuthorDate: Mon May 11 16:56:34 2020 +0300 Tweak gitignore --- KiCAD/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KiCAD/.gitignore b/KiCAD/.gitignore index ba30562..ad72d70 100644 --- a/KiCAD/.gitignore +++ b/KiCAD/.gitignore @@ -1 +1 @@ -GerberOutput/ +/GerberOutput/ From git at cryptech.is Tue Aug 4 15:12:36 2020 From: git at cryptech.is (git at cryptech.is) Date: Tue, 04 Aug 2020 15:12:36 +0000 Subject: [Cryptech-Commits] [user/shatov/alpha_rev04] 02/07: Don't track autosave files In-Reply-To: <159655395462.84972.9772001723907316931@bikeshed.cryptech.is> References: <159655395462.84972.9772001723907316931@bikeshed.cryptech.is> Message-ID: <20200804151236.5AF0392FAD7@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. meisterpaul1 at yandex.ru pushed a commit to branch master in repository user/shatov/alpha_rev04. commit 15ffa26fac51ce1dc875520d2a2f31603a0e6bbb Author: Pavel V. Shatov (Meister) AuthorDate: Mon May 11 16:58:03 2020 +0300 Don't track autosave files --- KiCAD/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCAD/.gitignore b/KiCAD/.gitignore index ad72d70..71ab86b 100644 --- a/KiCAD/.gitignore +++ b/KiCAD/.gitignore @@ -1 +1,2 @@ /GerberOutput/ +/_autosave*