1- tokens.h
1+ # ################
2+ # # SparkFun Useful stuff
3+ # ################
24
3- # Windows image file caches
4- Thumbs.db
5- ehthumbs.db
5+ # # AVR Development
6+ * .eep
7+ * .elf
8+ * .lst
9+ * .lss
10+ * .sym
11+ * .d
12+ * .o
13+ * .srec
14+ * .map
615
7- # KiCad Backup file directory
8- * -backups
9- fp-info-cache
16+ # # Notepad++ backup files
17+ * .bak
1018
11- # Eagle Backup files
12- * .s #?
19+ # # BOM files
20+ * bom *
21+
22+
23+ # ################
24+ # # Eclipse
25+ # ################
26+
27+ * .pydevproject
28+ .project
29+ .metadata
30+ bin /
31+ tmp /
32+ * .tmp
33+ * .bak
34+ * .swp
35+ * ~.nib
36+ local.properties
37+ .classpath
38+ .settings /
39+ .loadpath
40+
41+ # External tool builders
42+ .externalToolBuilders /
43+
44+ # Locally stored "Eclipse launch configurations"
45+ * .launch
46+
47+ # CDT-specific
48+ .cproject
49+
50+ # PDT-specific
51+ .buildpath
52+
53+
54+ # ############
55+ # # Eagle
56+ # ############
57+
58+ # Ignore the board and schematic backup files and lock files
1359* .b #?
60+ * .s #?
1461* .l #?
1562* .lck
1663
64+
65+ # ############
66+ # # KiCad
67+ # ############
68+
69+ * cache.lib
70+ * .kicad_pcb-bak
71+ * .net
72+ * .gbr
73+ * .drl
74+
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+
111+
112+ # ################
113+ # # Visual Studio
114+ # ################
115+
116+ # # Ignore Visual Studio temporary files, build results, and
117+ # # files generated by popular Visual Studio add-ons.
118+
119+ # # VSCode directories
120+ .vscode
121+
122+ # User-specific files
123+ * .suo
124+ * .user
125+ * .sln.docstates
126+
127+ # Build results
128+ [Dd ]ebug /
129+ [Rr ]elease /
130+ * _i.c
131+ * _p.c
132+ * .ilk
133+ * .meta
134+ * .obj
135+ * .pch
136+ * .pdb
137+ * .pgc
138+ * .pgd
139+ * .rsp
140+ * .sbr
141+ * .tlb
142+ * .tli
143+ * .tlh
144+ * .tmp
145+ * .vspscc
146+ .builds
147+ * .dotCover
148+
149+ # # TODO: If you have NuGet Package Restore enabled, uncomment this
150+ # packages/
151+
152+ # Visual C++ cache files
153+ ipch /
154+ * .aps
155+ * .ncb
156+ * .opensdf
157+ * .sdf
158+
159+ # Visual Studio profiler
160+ * .psess
161+ * .vsp
162+
163+ # ReSharper is a .NET coding add-in
164+ _ReSharper *
165+
166+ # Installshield output folder
167+ [Ee ]xpress
168+
169+ # DocProject is a documentation generator add-in
170+ DocProject /buildhelp /
171+ DocProject /Help /* .HxT
172+ DocProject /Help /* .HxC
173+ DocProject /Help /* .hhc
174+ DocProject /Help /* .hhk
175+ DocProject /Help /* .hhp
176+ DocProject /Help /Html2
177+ DocProject /Help /html
178+
179+ # Click-Once directory
180+ publish
181+
182+ # Others
183+ [Bb ]in
184+ [Oo ]bj
185+ sql
186+ TestResults
187+ * .Cache
188+ ClientBin
189+ stylecop. *
190+ ~$ *
191+ * .dbmdl
192+ Generated_Code #added for RIA /Silverlight projects
193+
194+ # Backup & report files from converting an old project file to a newer
195+ # Visual Studio version. Backup files are not needed, because we have git ;-)
196+ _UpgradeReport_Files /
197+ Backup * /
198+ UpgradeLog * .XML
199+
200+
201+ # =========================
202+ # Operating System Files
203+ # =========================
204+
205+ # ###########
206+ # # Windows
207+ # ###########
208+
209+ # Windows image file caches
210+ Thumbs.db
211+ ehthumbs.db
212+
17213# Folder config file
18214Desktop.ini
19215
@@ -26,24 +222,46 @@ $RECYCLE.BIN/
26222* .msm
27223* .msp
28224
29- # =========================
30- # Operating System Files
31- # =========================
32225
33- # OSX
34- # =========================
226+ # ############
227+ # # Linux
228+ # ############
35229
36- .DS_Store
37- .AppleDouble
38- .LSOverride
230+ # backup files (*.bak on Win)
231+ * ~
232+
233+
234+ # ############
235+ # # Mac OS
236+ # ############
237+
238+ # Installer logs
239+ pip-log.txt
240+
241+ # Unit test / coverage reports
242+ .coverage
243+ .tox
39244
40245# Icon must ends with two \r.
41246Icon
42247
43-
44248# Thumbnails
45249._ *
46250
251+ # Translations
252+ * .mo
253+
254+ # Mr Developer
255+ .mr.developer.cfg
256+
257+ # Mac crap
258+ .DS_Store
259+
260+ # OSX
261+ # ===========
262+ .AppleDouble
263+ .LSOverride
264+
47265# Files that might appear on external disk
48266.Spotlight-V100
49267.Trashes
0 commit comments