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 1919# # BOM files
2020* bom *
2121
22- # # VSCode directories
23- .vscode
2422
2523# ################
2624# # Eclipse
@@ -77,22 +75,50 @@ local.properties
7775# KiCad Backup files
7876* .kicad_prl
7977fp-info-cache
78+ sym-lib-table
8079~ * .lck
8180* -bak
8281* -backups
8382* -cache *
8483* -bak *
84+ * .bak
8585_autosave *
8686\# auto_saved_files \#
8787
8888
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+
89112# ################
90113# # Visual Studio
91114# ################
92115
93116# # Ignore Visual Studio temporary files, build results, and
94117# # files generated by popular Visual Studio add-ons.
95118
119+ # # VSCode directories
120+ .vscode
121+
96122# User-specific files
97123* .suo
98124* .user
@@ -196,16 +222,6 @@ $RECYCLE.BIN/
196222* .msm
197223* .msp
198224
199- # ############
200- # # Mac OS
201- # ############
202-
203- .DS_Store
204-
205- # OSX
206- # ===========
207- .AppleDouble
208- .LSOverride
209225
210226# ############
211227# # Linux
@@ -216,43 +232,36 @@ $RECYCLE.BIN/
216232
217233
218234# ############
219- # # Python
235+ # # Mac OS
220236# ############
221237
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-
240238# Installer logs
241239pip-log.txt
242240
243241# Unit test / coverage reports
244242.coverage
245243.tox
246244
245+ # Icon must ends with two \r.
246+ Icon
247+
247248# Thumbnails
248249._ *
249250
250251# Translations
251252* .mo
252253
254+ # Mr Developer
255+ .mr.developer.cfg
256+
257+ # Mac crap
258+ .DS_Store
259+
260+ # OSX
261+ # ===========
262+ .AppleDouble
263+ .LSOverride
264+
253265# Files that might appear on external disk
254266.Spotlight-V100
255267.Trashes
256-
257- # Mr Developer
258- .mr.developer.cfg
You can’t perform that action at this time.
0 commit comments