From e477388c5507dd1309381aa676fbcadeefd87abf Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Wed, 12 Oct 2022 22:01:53 +0300 Subject: [PATCH] init --- .gitattributes | 3 +++ .gitignore | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a53687c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +out/* linguist-vendored +*.kicad_pcb linguist-detectable=true +*.kicad_sch linguist-detectable=true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35aa8ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +## Kicad +pcb*/**/*-lib-table +pcb*/**/*-cache +pcb*/**/*-rescue.lib +pcb*/**/*.sch-bak +pcb*/**/*.kicad_pcb-bak +pcb*/**/*.kicad_sch-bak +pcb*/**/*.dcm +pcb*/**/*.kicad_prl +pcb*/**/*-backups/ +pcb*/**/*.xml +pcb*/**/out/ +pcb.*/ +pcb*/rev*~*/ + +## Etc. +*.bak +*.*~ +*.sublime-* +.vscode/