File tree Expand file tree Collapse file tree 1 file changed +43
-34
lines changed Expand file tree Collapse file tree 1 file changed +43
-34
lines changed Original file line number Diff line number Diff line change 19
19
# # BOM files
20
20
* bom *
21
21
22
- # # VSCode directories
23
- .vscode
24
22
25
23
# ################
26
24
# # Eclipse
@@ -77,22 +75,50 @@ local.properties
77
75
# KiCad Backup files
78
76
* .kicad_prl
79
77
fp-info-cache
78
+ sym-lib-table
80
79
~ * .lck
81
80
* -bak
82
81
* -backups
83
82
* -cache *
84
83
* -bak *
84
+ * .bak
85
85
_autosave *
86
86
\# auto_saved_files \#
87
87
88
88
89
+ # ############
90
+ # # Python
91
+ # ############
92
+
93
+ * .py [co ]
94
+
95
+ # Virtual Environments
96
+ venv /
97
+
98
+ # Packages
99
+ * .egg
100
+ * .egg-info
101
+ dist
102
+ build
103
+ eggs
104
+ parts
105
+ bin
106
+ var
107
+ sdist
108
+ develop-eggs
109
+ .installed.cfg
110
+
111
+
89
112
# ################
90
113
# # Visual Studio
91
114
# ################
92
115
93
116
# # Ignore Visual Studio temporary files, build results, and
94
117
# # files generated by popular Visual Studio add-ons.
95
118
119
+ # # VSCode directories
120
+ .vscode
121
+
96
122
# User-specific files
97
123
* .suo
98
124
* .user
@@ -196,16 +222,6 @@ $RECYCLE.BIN/
196
222
* .msm
197
223
* .msp
198
224
199
- # ############
200
- # # Mac OS
201
- # ############
202
-
203
- .DS_Store
204
-
205
- # OSX
206
- # ===========
207
- .AppleDouble
208
- .LSOverride
209
225
210
226
# ############
211
227
# # Linux
@@ -216,43 +232,36 @@ $RECYCLE.BIN/
216
232
217
233
218
234
# ############
219
- # # Python
235
+ # # Mac OS
220
236
# ############
221
237
222
- * .py [co ]
223
-
224
- # Packages
225
- * .egg
226
- * .egg-info
227
- dist
228
- build
229
- eggs
230
- parts
231
- bin
232
- var
233
- sdist
234
- develop-eggs
235
- .installed.cfg
236
-
237
- # Icon must ends with two \r.
238
- Icon
239
-
240
238
# Installer logs
241
239
pip-log.txt
242
240
243
241
# Unit test / coverage reports
244
242
.coverage
245
243
.tox
246
244
245
+ # Icon must ends with two \r.
246
+ Icon
247
+
247
248
# Thumbnails
248
249
._ *
249
250
250
251
# Translations
251
252
* .mo
252
253
254
+ # Mr Developer
255
+ .mr.developer.cfg
256
+
257
+ # Mac crap
258
+ .DS_Store
259
+
260
+ # OSX
261
+ # ===========
262
+ .AppleDouble
263
+ .LSOverride
264
+
253
265
# Files that might appear on external disk
254
266
.Spotlight-V100
255
267
.Trashes
256
-
257
- # Mr Developer
258
- .mr.developer.cfg
You can’t perform that action at this time.
0 commit comments