From a7ff9af742e00bdb5d8419d4dd211f2d696317b7 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Wed, 29 Jul 2020 22:29:33 +0300 Subject: [PATCH] initial --- .gitattributes | 3 +++ .gitignore | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100755 .gitattributes create mode 100755 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..92817f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +out/* linguist-vendored +*.kicad_pcb linguist-detectable=true +*.sch linguist-detectable=true 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 +*.*~