From 12b47f44d6784f84ed79a9ce31955491924b582a Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Thu, 2 Jun 2022 22:19:22 +0300 Subject: [PATCH] init --- .gitattributes | 4 ++++ .gitignore | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..39331ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +out/* linguist-vendored +*.kicad_pcb linguist-detectable=true +*.kicad_sch linguist-detectable=true +*.sch linguist-detectable=true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..644f648 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +## Kicad +*-lib-table +*-cache +*-rescue.lib +*.sch-bak +*.kicad_pcb-bak +*.dcm +*.kicad_prl +pcb*/**/*-backups/ +pcb*/**/*.xml +pcb*/**/out/ +pcb/rev*~*/ + +## Etc. +refs/