Skip to content

Commit 0eb01da

Browse files
authored
Initial commit
0 parents  commit 0eb01da

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# For PCBs designed using KiCad: https://www.kicad.org/
2+
# Format documentation: https://kicad.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+
*.kicad_prl
12+
*.sch-bak
13+
*~
14+
_autosave-*
15+
*.tmp
16+
*-save.pro
17+
*-save.kicad_pcb
18+
fp-info-cache
19+
20+
# Netlist files (exported from Eeschema)
21+
*.net
22+
23+
# Autorouter files (exported from Pcbnew)
24+
*.dsn
25+
*.ses
26+
27+
# Exported BOM files
28+
*.xml
29+
*.csv

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# hardware

0 commit comments

Comments
 (0)