mirror of
https://github.com/UzixLS/pc-isa16-backplane.git
synced 2025-07-19 07:21:23 +03:00
init
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
out/* linguist-vendored
|
||||||
|
*.kicad_pcb linguist-detectable=true
|
||||||
|
*.kicad_sch linguist-detectable=true
|
||||||
|
*.sch linguist-detectable=true
|
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
## Kicad
|
||||||
|
pcb*/**/*-lib-table
|
||||||
|
pcb*/**/*-cache
|
||||||
|
pcb*/**/*-rescue.lib
|
||||||
|
pcb*/**/*.sch-bak
|
||||||
|
pcb*/**/*.kicad_pcb-bak
|
||||||
|
pcb*/**/*.dcm
|
||||||
|
pcb*/**/*.kicad_prl
|
||||||
|
pcb*/**/*-backups/
|
||||||
|
pcb*/**/*.xml
|
||||||
|
pcb*/**/out/
|
||||||
|
pcb.*/
|
||||||
|
pcb*/rev*~*/
|
||||||
|
|
||||||
|
## Etc.
|
||||||
|
*.bak
|
||||||
|
*.*~
|
||||||
|
.vscode/
|
||||||
|
test/
|
Reference in New Issue
Block a user