mirror of
https://github.com/UzixLS/dendy.git
synced 2025-07-19 03:01:17 +03:00
init
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
## Kicad
|
||||
pcb*/**/*-lib-table
|
||||
pcb*/**/*-cache
|
||||
pcb*/**/*-rescue.lib
|
||||
pcb*/**/*.sch-bak
|
||||
pcb*/**/*.kicad_pcb-bak
|
||||
pcb*/**/*.kicad_sch-bak
|
||||
pcb*/**/*.dcm
|
||||
pcb*/**/*.kicad_prl
|
||||
pcb*/**/*-backups/
|
||||
pcb*/**/*.xml
|
||||
pcb*/**/out/
|
||||
pcb.*/
|
||||
pcb*/rev*~*/
|
||||
|
||||
## Etc.
|
||||
*.bak
|
||||
*.*~
|
||||
*.sublime-*
|
||||
.vscode/
|
Reference in New Issue
Block a user