Merging gstreamer-sharp
[platform/upstream/gstreamer.git] / .gitignore
1 build/
2 subprojects/
3
4 ## Ignore Visual Studio temporary files, build results, and
5 ## files generated by popular Visual Studio add-ons.
6 ##
7 ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
8
9 # User-specific files
10 *.suo
11 *.user
12 *.userosscache
13 *.sln.docstates
14
15 # User-specific files (MonoDevelop/Xamarin Studio)
16 *.userprefs
17
18 # Build results
19 [Dd]ebug/
20 [Dd]ebugPublic/
21 [Rr]elease/
22 [Rr]eleases/
23 x64/
24 x86/
25 bld/
26 [Bb]in/
27 [Oo]bj/
28 [Ll]og/
29
30 # Visual Studio 2015 cache/options directory
31 .vs/
32 # Uncomment if you have tasks that create the project's static files in wwwroot
33 #wwwroot/
34
35 # MSTest test Results
36 [Tt]est[Rr]esult*/
37 [Bb]uild[Ll]og.*
38
39 # NUNIT
40 *.VisualState.xml
41 TestResult.xml
42
43 # Build Results of an ATL Project
44 [Dd]ebugPS/
45 [Rr]eleasePS/
46 dlldata.c
47
48 # Benchmark Results
49 BenchmarkDotNet.Artifacts/
50
51 # .NET Core
52 project.lock.json
53 project.fragment.lock.json
54 artifacts/
55 **/Properties/launchSettings.json
56
57 *_i.c
58 *_p.c
59 *_i.h
60 *.ilk
61 *.meta
62 *.obj
63 *.pch
64 *.pdb
65 *.pgc
66 *.pgd
67 *.rsp
68 *.sbr
69 *.tlb
70 *.tli
71 *.tlh
72 *.tmp
73 *.tmp_proj
74 *.log
75 *.vspscc
76 *.vssscc
77 .builds
78 *.pidb
79 *.svclog
80 *.scc
81
82 # Chutzpah Test files
83 _Chutzpah*
84
85 # Visual C++ cache files
86 ipch/
87 *.aps
88 *.ncb
89 *.opendb
90 *.opensdf
91 *.sdf
92 *.cachefile
93 *.VC.db
94 *.VC.VC.opendb
95
96 # Visual Studio profiler
97 *.psess
98 *.vsp
99 *.vspx
100 *.sap
101
102 # Visual Studio Trace Files
103 *.e2e
104
105 # TFS 2012 Local Workspace
106 $tf/
107
108 # Guidance Automation Toolkit
109 *.gpState
110
111 # ReSharper is a .NET coding add-in
112 _ReSharper*/
113 *.[Rr]e[Ss]harper
114 *.DotSettings.user
115
116 # JustCode is a .NET coding add-in
117 .JustCode
118
119 # TeamCity is a build add-in
120 _TeamCity*
121
122 # DotCover is a Code Coverage Tool
123 *.dotCover
124
125 # AxoCover is a Code Coverage Tool
126 .axoCover/*
127 !.axoCover/settings.json
128
129 # Visual Studio code coverage results
130 *.coverage
131 *.coveragexml
132
133 # NCrunch
134 _NCrunch_*
135 .*crunch*.local.xml
136 nCrunchTemp_*
137
138 # MightyMoose
139 *.mm.*
140 AutoTest.Net/
141
142 # Web workbench (sass)
143 .sass-cache/
144
145 # Installshield output folder
146 [Ee]xpress/
147
148 # DocProject is a documentation generator add-in
149 DocProject/buildhelp/
150 DocProject/Help/*.HxT
151 DocProject/Help/*.HxC
152 DocProject/Help/*.hhc
153 DocProject/Help/*.hhk
154 DocProject/Help/*.hhp
155 DocProject/Help/Html2
156 DocProject/Help/html
157
158 # Click-Once directory
159 publish/
160
161 # Publish Web Output
162 *.[Pp]ublish.xml
163 *.azurePubxml
164 # Note: Comment the next line if you want to checkin your web deploy settings,
165 # but database connection strings (with potential passwords) will be unencrypted
166 *.pubxml
167 *.publishproj
168
169 # Microsoft Azure Web App publish settings. Comment the next line if you want to
170 # checkin your Azure Web App publish settings, but sensitive information contained
171 # in these scripts will be unencrypted
172 PublishScripts/
173
174 # NuGet Packages
175 *.nupkg
176 # The packages folder can be ignored because of Package Restore
177 **/packages/*
178 # except build/, which is used as an MSBuild target.
179 !**/packages/build/
180 # Uncomment if necessary however generally it will be regenerated when needed
181 #!**/packages/repositories.config
182 # NuGet v3's project.json files produces more ignorable files
183 *.nuget.props
184 *.nuget.targets
185
186 # Microsoft Azure Build Output
187 csx/
188 *.build.csdef
189
190 # Microsoft Azure Emulator
191 ecf/
192 rcf/
193
194 # Windows Store app package directories and files
195 AppPackages/
196 BundleArtifacts/
197 Package.StoreAssociation.xml
198 _pkginfo.txt
199 *.appx
200
201 # Visual Studio cache files
202 # files ending in .cache can be ignored
203 *.[Cc]ache
204 # but keep track of directories ending in .cache
205 !*.[Cc]ache/
206
207 # Others
208 ClientBin/
209 ~$*
210 *~
211 *.dbmdl
212 *.dbproj.schemaview
213 *.jfm
214 *.pfx
215 *.publishsettings
216 orleans.codegen.cs
217
218 # Since there are multiple workflows, uncomment next line to ignore bower_components
219 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
220 #bower_components/
221
222 # RIA/Silverlight projects
223 Generated_Code/
224
225 # Backup & report files from converting an old project file
226 # to a newer Visual Studio version. Backup files are not needed,
227 # because we have git ;-)
228 _UpgradeReport_Files/
229 Backup*/
230 UpgradeLog*.XML
231 UpgradeLog*.htm
232
233 # SQL Server files
234 *.mdf
235 *.ldf
236 *.ndf
237
238 # Business Intelligence projects
239 *.rdl.data
240 *.bim.layout
241 *.bim_*.settings
242
243 # Microsoft Fakes
244 FakesAssemblies/
245
246 # GhostDoc plugin setting file
247 *.GhostDoc.xml
248
249 # Node.js Tools for Visual Studio
250 .ntvs_analysis.dat
251 node_modules/
252
253 # Typescript v1 declaration files
254 typings/
255
256 # Visual Studio 6 build log
257 *.plg
258
259 # Visual Studio 6 workspace options file
260 *.opt
261
262 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
263 *.vbw
264
265 # Visual Studio LightSwitch build output
266 **/*.HTMLClient/GeneratedArtifacts
267 **/*.DesktopClient/GeneratedArtifacts
268 **/*.DesktopClient/ModelManifest.xml
269 **/*.Server/GeneratedArtifacts
270 **/*.Server/ModelManifest.xml
271 _Pvt_Extensions
272
273 # Paket dependency manager
274 .paket/paket.exe
275 paket-files/
276
277 # FAKE - F# Make
278 .fake/
279
280 # JetBrains Rider
281 .idea/
282 *.sln.iml
283
284 # CodeRush
285 .cr/
286
287 # Python Tools for Visual Studio (PTVS)
288 __pycache__/
289 *.pyc
290
291 # Cake - Uncomment if you are using it
292 # tools/**
293 # !tools/packages.config
294
295 # Tabs Studio
296 *.tss
297
298 # Telerik's JustMock configuration file
299 *.jmconfig
300
301 # BizTalk build output
302 *.btp.cs
303 *.btm.cs
304 *.odx.cs
305 *.xsd.cs
306
307 # OpenCover UI analysis results
308 OpenCover/