Skip to content

Commit 364d1f8

Browse files
committed
Add ignore
1 parent 9c6922d commit 364d1f8

File tree

6 files changed

+486
-396
lines changed

6 files changed

+486
-396
lines changed

.gitignore

Lines changed: 15 additions & 218 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,11 @@
1-
#################
2-
## SparkFun Useful stuff
3-
#################
4-
5-
## AVR Development
6-
*.eep
7-
*.elf
8-
*.lst
9-
*.lss
10-
*.sym
11-
*.d
12-
*.o
13-
*.srec
14-
*.map
15-
16-
## Notepad++ backup files
17-
*.bak
18-
19-
## BOM files
20-
*bom*
21-
22-
## VSCode directories
23-
.vscode
24-
25-
#################
26-
## Eclipse
27-
#################
28-
29-
*.pydevproject
30-
.project
31-
.metadata
32-
bin/
33-
tmp/
34-
*.tmp
35-
*.bak
36-
*.swp
37-
*~.nib
38-
local.properties
39-
.classpath
40-
.settings/
41-
.loadpath
42-
43-
# External tool builders
44-
.externalToolBuilders/
45-
46-
# Locally stored "Eclipse launch configurations"
47-
*.launch
48-
49-
# CDT-specific
50-
.cproject
51-
52-
# PDT-specific
53-
.buildpath
54-
55-
56-
#############
57-
## Eagle
58-
#############
59-
60-
# Ignore the board and schematic backup files and lock files
61-
*.b#?
62-
*.s#?
63-
*.l#?
64-
*.lck
65-
66-
67-
#############
68-
## KiCad
69-
#############
70-
71-
*cache.lib
72-
*.kicad_pcb-bak
73-
*.net
74-
*.gbr
75-
*.drl
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
764

775
#KiCad Backup files
786
*.kicad_prl
797
fp-info-cache
8+
sym-lib-table
809
~*.lck
8110
*-bak
8211
*-backups
@@ -85,104 +14,11 @@ fp-info-cache
8514
_autosave*
8615
\#auto_saved_files\#
8716

88-
89-
#################
90-
## Visual Studio
91-
#################
92-
93-
## Ignore Visual Studio temporary files, build results, and
94-
## files generated by popular Visual Studio add-ons.
95-
96-
# User-specific files
97-
*.suo
98-
*.user
99-
*.sln.docstates
100-
101-
# Build results
102-
[Dd]ebug/
103-
[Rr]elease/
104-
*_i.c
105-
*_p.c
106-
*.ilk
107-
*.meta
108-
*.obj
109-
*.pch
110-
*.pdb
111-
*.pgc
112-
*.pgd
113-
*.rsp
114-
*.sbr
115-
*.tlb
116-
*.tli
117-
*.tlh
118-
*.tmp
119-
*.vspscc
120-
.builds
121-
*.dotCover
122-
123-
## TODO: If you have NuGet Package Restore enabled, uncomment this
124-
#packages/
125-
126-
# Visual C++ cache files
127-
ipch/
128-
*.aps
129-
*.ncb
130-
*.opensdf
131-
*.sdf
132-
133-
# Visual Studio profiler
134-
*.psess
135-
*.vsp
136-
137-
# ReSharper is a .NET coding add-in
138-
_ReSharper*
139-
140-
# Installshield output folder
141-
[Ee]xpress
142-
143-
# DocProject is a documentation generator add-in
144-
DocProject/buildhelp/
145-
DocProject/Help/*.HxT
146-
DocProject/Help/*.HxC
147-
DocProject/Help/*.hhc
148-
DocProject/Help/*.hhk
149-
DocProject/Help/*.hhp
150-
DocProject/Help/Html2
151-
DocProject/Help/html
152-
153-
# Click-Once directory
154-
publish
155-
156-
# Others
157-
[Bb]in
158-
[Oo]bj
159-
sql
160-
TestResults
161-
*.Cache
162-
ClientBin
163-
stylecop.*
164-
~$*
165-
*.dbmdl
166-
Generated_Code #added for RIA/Silverlight projects
167-
168-
# Backup & report files from converting an old project file to a newer
169-
# Visual Studio version. Backup files are not needed, because we have git ;-)
170-
_UpgradeReport_Files/
171-
Backup*/
172-
UpgradeLog*.XML
173-
174-
175-
# =========================
176-
# Operating System Files
177-
# =========================
178-
179-
############
180-
## Windows
181-
############
182-
183-
# Windows image file caches
184-
Thumbs.db
185-
ehthumbs.db
17+
#Eagle Backup files
18+
*.s#?
19+
*.b#?
20+
*.l#?
21+
*.lck
18622

18723
# Folder config file
18824
Desktop.ini
@@ -196,63 +32,24 @@ $RECYCLE.BIN/
19632
*.msm
19733
*.msp
19834

199-
#############
200-
## Mac OS
201-
#############
202-
203-
.DS_Store
35+
# =========================
36+
# Operating System Files
37+
# =========================
20438

20539
# OSX
206-
# ===========
40+
# =========================
41+
42+
.DS_Store
20743
.AppleDouble
20844
.LSOverride
20945

210-
#############
211-
## Linux
212-
#############
213-
214-
# backup files (*.bak on Win)
215-
*~
216-
217-
218-
#############
219-
## Python
220-
#############
221-
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-
23746
# Icon must ends with two \r.
23847
Icon
23948

240-
# Installer logs
241-
pip-log.txt
242-
243-
# Unit test / coverage reports
244-
.coverage
245-
.tox
24649

24750
# Thumbnails
24851
._*
24952

250-
#Translations
251-
*.mo
252-
25353
# Files that might appear on external disk
25454
.Spotlight-V100
25555
.Trashes
256-
257-
#Mr Developer
258-
.mr.developer.cfg

0 commit comments

Comments
 (0)