1
0
mirror of https://github.com/UzixLS/rgb2ypbpr.git synced 2025-07-18 23:01:30 +03:00
This commit is contained in:
UzixLS
2020-07-29 22:29:33 +03:00
commit a7ff9af742
2 changed files with 16 additions and 0 deletions

3
.gitattributes vendored Executable file
View File

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

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
*.*~