Skip to content

Commit 59da216

Browse files
committed
HW rev 1.0
0 parents  commit 59da216

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+236499
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.gitattributes eol=lf
2+
.gitignore eol=lf
3+
*.vrml eol=lf
4+
*.wrl eol=lf
5+
*.kicad_* eol=lf
6+
*.stpZ binary
7+
*.7z binary
8+
*.zip binary
9+
*.pdf binary
10+
*.png binary
11+
*.jpg binary

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: michpro
2+
custom: [https://www.paypal.me/michpro, https://commerce.coinbase.com/checkout/ec299320-cbed-475d-976e-fdf37c1ac3d0]

.gitignore

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
2+
# Format documentation: http://kicad-pcb.org/help/file-formats/
3+
4+
# Temporary files
5+
**.000
6+
*.bak
7+
*.bck
8+
*.kicad_pcb-bak
9+
*.kicad_sch-bak
10+
*-backups
11+
backups
12+
*.kicad_prl
13+
*.sch-bak
14+
*~
15+
_autosave-*
16+
*.tmp
17+
*-save.pro
18+
*-save.kicad_pcb
19+
fp-info-cache
20+
fabrication-toolkit-options.json
21+
22+
# Netlist files (exported from Eeschema)
23+
*.net
24+
*.ipc
25+
26+
# Autorouter files (exported from Pcbnew)
27+
*.dsn
28+
*.ses
29+
30+
# Exported BOM files
31+
designators.csv
32+
*.xml
33+
#*.csv
34+
35+
36+
# -----------------------------------------
37+
# C, C++ Section
38+
# -----------------------------------------
39+
40+
# Prerequisites
41+
*.d
42+
43+
# Compiled Object files
44+
*.slo
45+
*.lo
46+
*.o
47+
*.obj
48+
49+
# Precompiled Headers
50+
*.gch
51+
*.pch
52+
53+
# Compiled Dynamic libraries
54+
*.so
55+
*.dylib
56+
*.dll
57+
58+
# Fortran module files
59+
*.mod
60+
*.smod
61+
62+
# Compiled Static libraries
63+
*.lai
64+
*.la
65+
*.a
66+
# *.lib
67+
68+
# Executables
69+
*.exe
70+
*.out
71+
*.app

0 commit comments

Comments
 (0)