From 15af9bb2c5821f39097d073048ab060963211e7c Mon Sep 17 00:00:00 2001 From: UzixLS Date: Mon, 6 Jul 2020 20:01:06 +0300 Subject: [PATCH] initial --- .gitattributes | 1 + .gitignore | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100755 .gitattributes create mode 100755 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..41139fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +out/* linguist-vendored diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..6d8e43b --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +## Kicad +*-lib-table +*-cache +*-rescue.lib +*.sch-bak +*.kicad_pcb-bak +*.dcm +pcb/**/*.xml +pcb/**/out/ + +## Etc. +*.bak +*.*~