This commit is contained in:
Eugene Lozovoy
2023-05-29 20:18:04 +03:00
commit 579bfbd133
2 changed files with 23 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
out/* linguist-vendored
*.kicad_pcb linguist-detectable=true
*.kicad_sch linguist-detectable=true
*.sch linguist-detectable=true

19
.gitignore vendored Normal file
View File

@ -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/