-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (98 loc) · 1.13 KB
/
.gitignore
File metadata and controls
116 lines (98 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# KiCad project gitignore
# Temporary files
*.tmp
*.bak
*.swp
*~
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# Exported manufacturing files
*.gbr
*.gbrjob
*.gko
*.gm1
*.gm2
*.gm3
*.gm4
*.gm5
*.gm6
*.gm13
*.gm15
*.gm16
*.gm20
*.gm21
*.gm23
*.gm25
*.gpb
*.gpt
*.gtl
*.gto
*.gtp
*.gts
*.gbl
*.gbo
*.gbp
*.gbs
*.drill
*.drl
*.map
*.pdf
*.ps
*.job
# Exported pick and place files
*.pos
# Exported footprint files
*.kicad_mod
# 3D model files (unless you want to track them)
*.step
*.stp
*.iges
*.igs
*.wrl
# Backup files
*-bak
*-rescue.lib
*-rescue.dcm
*-cache.lib
*-cache.dcm
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
# Project cache and runtime files
fp-info-cache
*-cache.lib
*-cache.dcm
*.lck
# Auto-saved files
\#auto_saved_files\#
# Simulation files
*.asc
*.raw
# KiCad auto-generated files
sym-lib-table
fp-lib-table
# Log files
*.log
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Windows files
*.lnk
# Fabrication outputs directory
fabrication/
gerbers/
production/
# Build directories
build/
output/