Skip to content

Commit 4bd5c57

Browse files
Update .gitignore
Remove leftover merge conflict markers Consolidate duplicate entries Remove ignored file type
1 parent 057ae07 commit 4bd5c57

File tree

5 files changed

+70
-206242
lines changed

5 files changed

+70
-206242
lines changed

.gitignore

Lines changed: 70 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
## SparkFun Useful stuff
33
#################
44

5-
Firmware/GNSSDO_Firmware/build/
6-
7-
*backups*
8-
95
## AVR Development
106
*.eep
117
*.elf
@@ -23,8 +19,6 @@ Firmware/GNSSDO_Firmware/build/
2319
## BOM files
2420
*bom*
2521

26-
## VSCode directories
27-
.vscode
2822

2923
#################
3024
## Eclipse
@@ -78,6 +72,42 @@ local.properties
7872
*.gbr
7973
*.drl
8074

75+
#KiCad Backup files
76+
*.kicad_prl
77+
fp-info-cache
78+
sym-lib-table
79+
~*.lck
80+
*-bak
81+
*-backups
82+
*-cache*
83+
*-bak*
84+
*.bak
85+
_autosave*
86+
\#auto_saved_files\#
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
110+
81111

82112
#################
83113
## Visual Studio
@@ -86,6 +116,9 @@ local.properties
86116
## Ignore Visual Studio temporary files, build results, and
87117
## files generated by popular Visual Studio add-ons.
88118

119+
## VSCode directories
120+
.vscode
121+
89122
# User-specific files
90123
*.suo
91124
*.user
@@ -165,22 +198,29 @@ Backup*/
165198
UpgradeLog*.XML
166199

167200

201+
# =========================
202+
# Operating System Files
203+
# =========================
204+
168205
############
169206
## Windows
170207
############
171208

172209
# Windows image file caches
173210
Thumbs.db
211+
ehthumbs.db
174212

175213
# Folder config file
176214
Desktop.ini
177215

216+
# Recycle Bin used on file shares
217+
$RECYCLE.BIN/
178218

179-
#############
180-
## Mac OS
181-
#############
182-
183-
.DS_Store
219+
# Windows Installer files
220+
*.cab
221+
*.msi
222+
*.msm
223+
*.msp
184224

185225

186226
#############
@@ -192,33 +232,36 @@ Desktop.ini
192232

193233

194234
#############
195-
## Python
235+
## Mac OS
196236
#############
197237

198-
*.py[co]
199-
200-
# Packages
201-
*.egg
202-
*.egg-info
203-
dist
204-
#build
205-
eggs
206-
parts
207-
bin
208-
var
209-
sdist
210-
develop-eggs
211-
.installed.cfg
212-
213238
# Installer logs
214239
pip-log.txt
215240

216241
# Unit test / coverage reports
217242
.coverage
218243
.tox
219244

245+
# Icon must ends with two \r.
246+
Icon
247+
248+
# Thumbnails
249+
._*
250+
220251
#Translations
221252
*.mo
222253

223254
#Mr Developer
224255
.mr.developer.cfg
256+
257+
# Mac crap
258+
.DS_Store
259+
260+
# OSX
261+
# ===========
262+
.AppleDouble
263+
.LSOverride
264+
265+
# Files that might appear on external disk
266+
.Spotlight-V100
267+
.Trashes

Hardware/Production/SparkFun_GNSS_mosaic-T_panelized.kicad_prl

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)