mirror of
https://github.com/UzixLS/pc104-isa-adapter.git
synced 2025-07-18 23:01:17 +03:00
add .gitignore and .gitattributes
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
out/* linguist-vendored
|
||||
*.kicad_pcb linguist-detectable=true
|
||||
*.kicad_sch linguist-detectable=true
|
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
## 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
|
||||
*.*~
|
||||
*.sublime-*
|
Reference in New Issue
Block a user