1
0
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:
UzixLS
2021-04-08 15:16:55 +03:00
parent 209a1b5e16
commit cad911ec70
2 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
View File

@ -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.