initial commit, started keymatrix
This commit is contained in:
commit
19e7f51cf4
6 changed files with 351 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Reports
|
||||
*.rpt
|
||||
|
||||
# CPL data generated from PCB
|
||||
*.pos
|
||||
|
||||
#pdf
|
||||
|
||||
*.ps
|
||||
|
||||
# KiCAD backup
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.sch-bak
|
||||
_saved_*
|
||||
|
||||
# Netlists
|
||||
*.net
|
||||
|
||||
# BOM plugin output
|
||||
*.csv.tmp
|
||||
*.csv
|
||||
*.xml
|
||||
|
||||
# Gerbers
|
||||
*.gbr
|
||||
|
||||
# Drill files
|
||||
*.drl
|
||||
|
||||
# Footprint info cache
|
||||
fp-info-cache
|
||||
|
||||
# Autosave files
|
||||
_autosave-*
|
Loading…
Add table
Add a link
Reference in a new issue