This commit is contained in:
UzixLS
2020-07-06 20:01:06 +03:00
commit 15af9bb2c5
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored Executable file
View File

@ -0,0 +1 @@
out/* linguist-vendored

13
.gitignore vendored Executable file
View File

@ -0,0 +1,13 @@
## Kicad
*-lib-table
*-cache
*-rescue.lib
*.sch-bak
*.kicad_pcb-bak
*.dcm
pcb/**/*.xml
pcb/**/out/
## Etc.
*.bak
*.*~