|
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#? |
| 1 | +# Windows image file caches |
| 2 | +Thumbs.db |
| 3 | +ehthumbs.db |
| 4 | + |
| 5 | +#KiCad Backup files |
| 6 | +*.kicad_prl |
| 7 | +fp-info-cache |
| 8 | +sym-lib-table |
| 9 | +~*.lck |
| 10 | +*-bak |
| 11 | +*-backups |
| 12 | +*-cache* |
| 13 | +*-bak* |
| 14 | +_autosave* |
| 15 | +\#auto_saved_files\# |
| 16 | + |
| 17 | +#Eagle Backup files |
62 | 18 | *.s#? |
| 19 | +*.b#? |
63 | 20 | *.l#? |
64 | 21 | *.lck |
65 | 22 |
|
66 | | - |
67 | | -############# |
68 | | -## KiCad |
69 | | -############# |
70 | | - |
71 | | -*cache.lib |
72 | | -*.kicad_pcb-bak |
73 | | -*.net |
74 | | -*.gbr |
75 | | -*.drl |
76 | | - |
77 | | - |
78 | | -################# |
79 | | -## Visual Studio |
80 | | -################# |
81 | | - |
82 | | -## Ignore Visual Studio temporary files, build results, and |
83 | | -## files generated by popular Visual Studio add-ons. |
84 | | - |
85 | | -# User-specific files |
86 | | -*.suo |
87 | | -*.user |
88 | | -*.sln.docstates |
89 | | - |
90 | | -# Build results |
91 | | -[Dd]ebug/ |
92 | | -[Rr]elease/ |
93 | | -*_i.c |
94 | | -*_p.c |
95 | | -*.ilk |
96 | | -*.meta |
97 | | -*.obj |
98 | | -*.pch |
99 | | -*.pdb |
100 | | -*.pgc |
101 | | -*.pgd |
102 | | -*.rsp |
103 | | -*.sbr |
104 | | -*.tlb |
105 | | -*.tli |
106 | | -*.tlh |
107 | | -*.tmp |
108 | | -*.vspscc |
109 | | -.builds |
110 | | -*.dotCover |
111 | | - |
112 | | -## TODO: If you have NuGet Package Restore enabled, uncomment this |
113 | | -#packages/ |
114 | | - |
115 | | -# Visual C++ cache files |
116 | | -ipch/ |
117 | | -*.aps |
118 | | -*.ncb |
119 | | -*.opensdf |
120 | | -*.sdf |
121 | | - |
122 | | -# Visual Studio profiler |
123 | | -*.psess |
124 | | -*.vsp |
125 | | - |
126 | | -# ReSharper is a .NET coding add-in |
127 | | -_ReSharper* |
128 | | - |
129 | | -# Installshield output folder |
130 | | -[Ee]xpress |
131 | | - |
132 | | -# DocProject is a documentation generator add-in |
133 | | -DocProject/buildhelp/ |
134 | | -DocProject/Help/*.HxT |
135 | | -DocProject/Help/*.HxC |
136 | | -DocProject/Help/*.hhc |
137 | | -DocProject/Help/*.hhk |
138 | | -DocProject/Help/*.hhp |
139 | | -DocProject/Help/Html2 |
140 | | -DocProject/Help/html |
141 | | - |
142 | | -# Click-Once directory |
143 | | -publish |
144 | | - |
145 | | -# Others |
146 | | -[Bb]in |
147 | | -[Oo]bj |
148 | | -sql |
149 | | -TestResults |
150 | | -*.Cache |
151 | | -ClientBin |
152 | | -stylecop.* |
153 | | -~$* |
154 | | -*.dbmdl |
155 | | -Generated_Code #added for RIA/Silverlight projects |
156 | | - |
157 | | -# Backup & report files from converting an old project file to a newer |
158 | | -# Visual Studio version. Backup files are not needed, because we have git ;-) |
159 | | -_UpgradeReport_Files/ |
160 | | -Backup*/ |
161 | | -UpgradeLog*.XML |
162 | | - |
163 | | - |
164 | | -############ |
165 | | -## Windows |
166 | | -############ |
167 | | - |
168 | | -# Windows image file caches |
169 | | -Thumbs.db |
170 | | - |
171 | 23 | # Folder config file |
172 | 24 | Desktop.ini |
173 | 25 |
|
| 26 | +# Recycle Bin used on file shares |
| 27 | +$RECYCLE.BIN/ |
174 | 28 |
|
175 | | -############# |
176 | | -## Mac OS |
177 | | -############# |
178 | | - |
179 | | -.DS_Store |
| 29 | +# Windows Installer files |
| 30 | +*.cab |
| 31 | +*.msi |
| 32 | +*.msm |
| 33 | +*.msp |
180 | 34 |
|
| 35 | +# ========================= |
| 36 | +# Operating System Files |
| 37 | +# ========================= |
181 | 38 |
|
182 | | -############# |
183 | | -## Linux |
184 | | -############# |
| 39 | +# OSX |
| 40 | +# ========================= |
185 | 41 |
|
186 | | -# backup files (*.bak on Win) |
187 | | -*~ |
188 | | - |
189 | | - |
190 | | -############# |
191 | | -## Python |
192 | | -############# |
193 | | - |
194 | | -*.py[co] |
195 | | - |
196 | | -# Packages |
197 | | -*.egg |
198 | | -*.egg-info |
199 | | -dist |
200 | | -build |
201 | | -eggs |
202 | | -parts |
203 | | -bin |
204 | | -var |
205 | | -sdist |
206 | | -develop-eggs |
207 | | -.installed.cfg |
| 42 | +.DS_Store |
| 43 | +.AppleDouble |
| 44 | +.LSOverride |
208 | 45 |
|
209 | | -# Installer logs |
210 | | -pip-log.txt |
| 46 | +# Icon must ends with two \r. |
| 47 | +Icon |
211 | 48 |
|
212 | | -# Unit test / coverage reports |
213 | | -.coverage |
214 | | -.tox |
215 | 49 |
|
216 | | -#Translations |
217 | | -*.mo |
| 50 | +# Thumbnails |
| 51 | +._* |
218 | 52 |
|
219 | | -#Mr Developer |
220 | | -.mr.developer.cfg |
| 53 | +# Files that might appear on external disk |
| 54 | +.Spotlight-V100 |
| 55 | +.Trashes |
0 commit comments