mirror of
https://github.com/UzixLS/zx-sizif-128.git
synced 2025-07-18 23:01:28 +03:00
gitignore, gitattributes: add kicad 6 entries
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
|||||||
out/* linguist-vendored
|
out/* linguist-vendored
|
||||||
*.kicad_pcb linguist-detectable=true
|
*.kicad_pcb linguist-detectable=true
|
||||||
|
*.kicad_sch linguist-detectable=true
|
||||||
*.sch linguist-detectable=true
|
*.sch linguist-detectable=true
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,6 +22,8 @@ cpld_tb.*/
|
|||||||
*.sch-bak
|
*.sch-bak
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
*.dcm
|
*.dcm
|
||||||
|
*.kicad_prl
|
||||||
|
pcb/**/*-backups/
|
||||||
pcb/*.xml
|
pcb/*.xml
|
||||||
|
|
||||||
## Etc.
|
## Etc.
|
||||||
|
Reference in New Issue
Block a user