From 579bfbd133df8639cf7e2db49a5369b5f7fbb00b Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Mon, 29 May 2023 20:18:04 +0300 Subject: [PATCH] init --- .gitattributes | 4 ++++ .gitignore | 19 +++++++++++++++++++ 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..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..6320261 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +## Kicad +pcb*/**/*-lib-table +pcb*/**/*-cache +pcb*/**/*-rescue.lib +pcb*/**/*.sch-bak +pcb*/**/*.kicad_pcb-bak +pcb*/**/*.dcm +pcb*/**/*.kicad_prl +pcb*/**/*-backups/ +pcb*/**/*.xml +pcb*/**/out/ +pcb.*/ +pcb*/rev*~*/ + +## Etc. +*.bak +*.*~ +.vscode/ +test/