From 208d2137c5c21903832ece0afc14a9adc5e21228 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Sat, 4 Sep 2021 12:55:00 +0300 Subject: [PATCH] initial --- .gitattributes | 4 ++++ .gitignore | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100755 .gitattributes create mode 100755 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100755 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 100755 index 0000000..7cf7ff8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +## Kicad +*-lib-table +*-cache +*-rescue.lib +*.sch-bak +*.kicad_pcb-bak +*.dcm +*.kicad_prl +pcb*/**/*-backups/ +pcb*/**/*.xml +pcb*/**/out/ +pcb/rev*~*/ + +## Etc. +*.bak +*.*~