Skip to content

Commit 4f086f8

Browse files
authored
Add KiCAD to .gitignore (#106)
1 parent 886bf7b commit 4f086f8

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# MkDocs output
22
site/
33

4+
# KiCad
5+
# For PCBs designed using KiCad: https://www.kicad.org/
6+
# Format documentation: https://kicad.org/help/file-formats/
7+
8+
# Temporary files
9+
*.000
10+
*.bak
11+
*.bck
12+
*.kicad_pcb-bak
13+
*.kicad_sch-bak
14+
*-backups
15+
*.kicad_prl
16+
*.sch-bak
17+
*~
18+
_autosave-*
19+
*.tmp
20+
*-save.pro
21+
*-save.kicad_pcb
22+
fp-info-cache
23+
24+
# Netlist files (exported from Eeschema)
25+
*.net
26+
27+
# Autorouter files (exported from Pcbnew)
28+
*.dsn
29+
*.ses
30+
31+
# Exported BOM files
32+
# *.xml
33+
# *.csv
34+
435
# custom
536
.DS_Store
637
.pio/

Meter hardware design/PCB CAD Design/CAD

Lines changed: 0 additions & 1 deletion
This file was deleted.

Meter hardware design/Production file/pro

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)