This commit is contained in:
Eugene Lozovoy
2022-10-12 22:01:53 +03:00
commit e477388c55
2 changed files with 23 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

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

20
.gitignore vendored Normal file
View File

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