This commit is contained in:
Eugene Lozovoy
2024-12-24 20:26:19 +03:00
commit f454786af6
2 changed files with 21 additions and 0 deletions

18
.gitignore vendored Normal file
View 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-*