commit 15af9bb2c5821f39097d073048ab060963211e7c Author: UzixLS Date: Mon Jul 6 20:01:06 2020 +0300 initial 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 +*.*~