commit a7ff9af742e00bdb5d8419d4dd211f2d696317b7 Author: UzixLS Date: Wed Jul 29 22:29:33 2020 +0300 initial 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 +*.*~