Skip to content

Commit 6518a80

Browse files
author
Benjamin Wilson
committed
BI pulldown
1 parent 9e590b7 commit 6518a80

6 files changed

+645
-343
lines changed

.gitignore

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

0 commit comments

Comments
 (0)