1919# # BOM files
2020* bom *
2121
22- <<<<<<< Updated upstream
23- =======
24- # # VSCode directories
25- .vscode
2622
27- >>>>>>> Stashed changes
2823# ################
2924# # Eclipse
3025# ################
@@ -60,11 +55,6 @@ local.properties
6055# # Eagle
6156# ############
6257
63- <<<<<<< Updated upstream
64- # Ignore the board and schematic backup files
65- * .b #?
66- * .s #?
67- =======
6858# Ignore the board and schematic backup files and lock files
6959* .b #?
7060* .s #?
@@ -85,14 +75,38 @@ local.properties
8575# KiCad Backup files
8676* .kicad_prl
8777fp-info-cache
78+ sym-lib-table
8879~ * .lck
8980* -bak
9081* -backups
9182* -cache *
9283* -bak *
84+ * .bak
9385_autosave *
9486\# auto_saved_files \#
95- >>>>>>> Stashed changes
87+
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
96110
97111
98112# ################
@@ -102,6 +116,9 @@ _autosave*
102116# # Ignore Visual Studio temporary files, build results, and
103117# # files generated by popular Visual Studio add-ons.
104118
119+ # # VSCode directories
120+ .vscode
121+
105122# User-specific files
106123* .suo
107124* .user
@@ -181,52 +198,42 @@ Backup*/
181198UpgradeLog * .XML
182199
183200
184- <<<<<<< Updated upstream
185- =======
186201# =========================
187202# Operating System Files
188203# =========================
189204
190- >>>>>>> Stashed changes
191205# ###########
192206# # Windows
193207# ###########
194208
195209# Windows image file caches
196210Thumbs.db
197- <<<<<<< Updated upstream
198- =======
199211ehthumbs.db
200- >>>>>>> Stashed changes
201212
202213# Folder config file
203214Desktop.ini
204215
216+ # Recycle Bin used on file shares
217+ $RECYCLE.BIN /
218+
219+ # Windows Installer files
220+ * .cab
221+ * .msi
222+ * .msm
223+ * .msp
224+
205225
206226# ############
207- # # Python
227+ # # Linux
208228# ############
209229
210- <<<<<<< Updated upstream
211- * .py [co ]
230+ # backup files (*.bak on Win)
231+ * ~
232+
212233
213- # Packages
214- * .egg
215- * .egg-info
216- dist
217- build
218- eggs
219- parts
220- bin
221- var
222- sdist
223- develop-eggs
224- .installed.cfg
225- =======
226234# ############
227235# # Mac OS
228236# ############
229- >>>>>>> Stashed changes
230237
231238# Installer logs
232239pip-log.txt
@@ -235,6 +242,12 @@ pip-log.txt
235242.coverage
236243.tox
237244
245+ # Icon must ends with two \r.
246+ Icon
247+
248+ # Thumbnails
249+ ._ *
250+
238251# Translations
239252* .mo
240253
@@ -243,61 +256,12 @@ pip-log.txt
243256
244257# Mac crap
245258.DS_Store
246- <<<<<<< Updated upstream
247- =======
248259
249260# OSX
250261# ===========
251262.AppleDouble
252263.LSOverride
253264
254- # ############
255- # # Linux
256- # ############
257-
258- # backup files (*.bak on Win)
259- * ~
260-
261-
262- # ############
263- # # Python
264- # ############
265-
266- * .py [co ]
267-
268- # Packages
269- * .egg
270- * .egg-info
271- dist
272- build
273- eggs
274- parts
275- bin
276- var
277- sdist
278- develop-eggs
279- .installed.cfg
280-
281- # Icon must ends with two \r.
282- Icon
283-
284- # Installer logs
285- pip-log.txt
286-
287- # Unit test / coverage reports
288- .coverage
289- .tox
290-
291- # Thumbnails
292- ._ *
293-
294- # Translations
295- * .mo
296-
297265# Files that might appear on external disk
298266.Spotlight-V100
299267.Trashes
300-
301- # Mr Developer
302- .mr.developer.cfg
303- >>>>>>> Stashed changes
0 commit comments