mirror of
https://github.com/UzixLS/rgb2svideo.git
synced 2025-07-18 14:51:36 +03:00
initial
This commit is contained in:
4
.gitattributes
vendored
Executable file
4
.gitattributes
vendored
Executable 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
16
.gitignore
vendored
Executable 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
|
||||
*.*~
|
Reference in New Issue
Block a user