1
0
mirror of https://github.com/UzixLS/rgb2svideo.git synced 2025-07-18 14:51:36 +03:00
This commit is contained in:
UzixLS
2021-09-04 12:55:00 +03:00
commit 208d2137c5
2 changed files with 20 additions and 0 deletions

4
.gitattributes vendored Executable file
View File

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

16
.gitignore vendored Executable file
View File

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