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