Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
UzixLS committed Jun 2, 2022
0 parents commit 12b47f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
out/* linguist-vendored
*.kicad_pcb linguist-detectable=true
*.kicad_sch linguist-detectable=true
*.sch linguist-detectable=true
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Kicad
*-lib-table
*-cache
*-rescue.lib
*.sch-bak
*.kicad_pcb-bak
*.dcm
*.kicad_prl
pcb*/**/*-backups/
pcb*/**/*.xml
pcb*/**/out/
pcb/rev*~*/

## Etc.
refs/

0 comments on commit 12b47f4

Please sign in to comment.