Build HttpStress and SslStress with live-built runtime using current TFM (#61689)
[platform/upstream/dotnet/runtime.git] / .gitignore
1 syntax: glob
2
3 ### VisualStudio ###
4
5 # Tool Runtime Dir
6 # note: there is no trailing slash so if these are symlinks (which are seen as files,
7 #       instead of directories), git will still ignore them.
8 .dotnet
9 .dotnet-mono
10 .packages
11 .tools
12
13 # User-specific files
14 *.suo
15 *.user
16 *.userosscache
17 *.sln.docstates
18
19 # Build results
20 artifacts/
21 .idea/
22 [Dd]ebug/
23 [Dd]ebugPublic/
24 [Rr]elease/
25 [Rr]eleases/
26 bld/
27 [Bb]in/
28 [Oo]bj/
29 MSBuild_Logs/
30 msbuild.log
31 msbuild.err
32 msbuild.wrn
33 *.binlog
34 .deps/
35 .dirstamp
36 .libs/
37 *.lo
38 *.o
39
40 # Cross building rootfs
41 cross/rootfs/
42 cross/android-rootfs/
43
44 # Visual Studio
45 .vs/
46
47 # Ionide
48 .ionide/
49
50 # MSTest test Results
51 [Tt]est[Rr]esult*/
52 [Bb]uild[Ll]og.*
53
54 #NUNIT
55 *.VisualState.xml
56 TestResult.xml
57 testResults.xml
58
59 # Build Results of an ATL Project
60 [Dd]ebugPS/
61 [Rr]eleasePS/
62 dlldata.c
63
64 *_i.c
65 *_p.c
66 *.ilk
67 *.meta
68 *.obj
69 *.pch
70 *.pdb
71 *.pgc
72 *.pgd
73 *.rsp
74 *.sbr
75 *.tlb
76 *.tli
77 *.tlh
78 *.tmp
79 *.tmp_proj
80 *.log
81 *.vspscc
82 *.vssscc
83 .builds
84 *.pidb
85 *.svclog
86 *.scc
87
88 # Special file
89 !src/coreclr/.nuget/_.pdb
90
91 # Chutzpah Test files
92 _Chutzpah*
93
94 # Visual C++ cache files
95 ipch/
96 *.aps
97 *.ncb
98 *.opendb
99 *.opensdf
100 *.sdf
101 *.cachefile
102 *.VC.db
103
104 # Visual Studio profiler
105 *.psess
106 *.vsp
107 *.vspx
108
109 # TFS 2012 Local Workspace
110 $tf/
111
112 # Guidance Automation Toolkit
113 *.gpState
114
115 # ReSharper is a .NET coding add-in
116 _ReSharper*/
117 *.[Rr]e[Ss]harper
118 *.DotSettings.user
119
120 # JustCode is a .NET coding addin-in
121 .JustCode
122
123 # TeamCity is a build add-in
124 _TeamCity*
125
126 # DotCover is a Code Coverage Tool
127 *.dotCover
128
129 # NCrunch
130 _NCrunch_*
131 .*crunch*.local.xml
132
133 # MightyMoose
134 *.mm.*
135 AutoTest.Net/
136
137 # Web workbench (sass)
138 .sass-cache/
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 # Publish Web Output
154 *.[Pp]ublish.xml
155 *.azurePubxml
156 *.pubxml
157 *.publishproj
158
159 # NuGet Packages
160 *.nupkg
161 *.nuget.g.props
162 *.nuget.g.targets
163 *.nuget.cache
164 **/packages/*
165 project.lock.json
166 project.assets.json
167 *.nuget.dgspec.json
168
169 # Windows Azure Build Output
170 csx/
171 *.build.csdef
172
173 # Windows Store app package directory
174 AppPackages/
175
176 # Others
177 *.Cache
178 ClientBin/
179 [Ss]tyle[Cc]op.*
180 ~$*
181 *.dbmdl
182 *.dbproj.schemaview
183 *.pfx
184 *.publishsettings
185 node_modules/
186 *.metaproj
187 *.metaproj.tmp
188 bin.localpkg/
189
190 # RIA/Silverlight projects
191 Generated_Code/
192
193 # Backup & report files from converting an old project file
194 # to a newer Visual Studio version. Backup files are not needed,
195 # because we have git ;-)
196 _UpgradeReport_Files/
197 Backup*/
198 UpgradeLog*.XML
199 UpgradeLog*.htm
200
201 # SQL Server files
202 *.mdf
203 *.ldf
204
205 # Business Intelligence projects
206 *.rdl.data
207 *.bim.layout
208 *.bim_*.settings
209
210 # Microsoft Fakes
211 FakesAssemblies/
212
213 # C/C++ extension for Visual Studio Code
214 browse.VC.db
215 # Local settings folder for Visual Studio Code
216 **/.vscode/**
217 !**/.vscode/c_cpp_properties.json
218
219 ### MonoDevelop ###
220 *.userprefs
221
222 ### Windows ###
223
224 # Windows image file caches
225 Thumbs.db
226 ehthumbs.db
227
228 # Folder config file
229 Desktop.ini
230
231 # Recycle Bin used on file shares
232 $RECYCLE.BIN/
233
234 # Windows Installer files
235 *.cab
236 *.msi
237 *.msm
238 *.msp
239
240 # Windows shortcuts
241 *.lnk
242
243 ### Linux ###
244
245 *~
246
247 # KDE directory preferences
248 .directory
249
250 ### OSX ###
251
252 .DS_Store
253 .AppleDouble
254 .LSOverride
255
256 # Icon must end with two \r
257 Icon
258
259 # Thumbnails
260 ._*
261
262 # Files that might appear on external disk
263 .Spotlight-V100
264 .Trashes
265
266 # Directories potentially created on remote AFP share
267 .AppleDB
268 .AppleDesktop
269 Network Trash Folder
270 Temporary Items
271 .apdisk
272
273 # vim temporary files
274 [._]*.s[a-w][a-z]
275 [._]s[a-w][a-z]
276 *.un~
277 Session.vim
278 .netrwhist
279
280 # Visual Studio Code
281 .vscode/
282
283 # Private test configuration and binaries.
284 config.ps1
285 **/IISApplications
286
287 # VS debug support files
288 launchSettings.json
289
290 # Snapcraft files
291 .snapcraft
292 *.snap
293 parts/
294 prime/
295 stage/
296
297 # Valid 'debug' folder, that contains CLR debugging code
298 !src/coreclr/debug
299
300 # Ignore folders created by the CLR test build
301 TestWrappers_x64_[d|D]ebug
302 TestWrappers_x64_[c|C]hecked
303 TestWrappers_x64_[r|R]elease
304 TestWrappers_x86_[d|D]ebug
305 TestWrappers_x86_[c|C]hecked
306 TestWrappers_x86_[r|R]elease
307 TestWrappers_arm_[d|D]ebug
308 TestWrappers_arm_[c|C]hecked
309 TestWrappers_arm_[r|R]elease
310 TestWrappers_arm64_[d|D]ebug
311 TestWrappers_arm64_[c|C]hecked
312 TestWrappers_arm64_[r|R]elease
313
314 Vagrantfile
315 .vagrant
316
317 # CMake files
318 CMakeFiles/
319 cmake_install.cmake
320 CMakeCache.txt
321
322 # Cross compilation
323 cross/rootfs/*
324 cross/android-rootfs/*
325 # add x86 as it is ignored in 'Build results'
326 !cross/x86
327
328 #python import files
329 *.pyc
330
331 # JIT32 files
332 jit32
333
334 # performance testing sandbox
335 sandbox
336
337 #IL linker for testing
338 linker
339
340 # Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs
341 #
342 # On Windows, make your own by running these commands from the repo root:
343 # mklink /D src\coreclr\System.Private.CoreLib\shared %CD%\src\libraries\System.Private.CoreLib\src
344 # mklink /D src\coreclr\System.Private.CoreLib\common %CD%\src\libraries\Common\src
345 #
346 # On Unix, make your own by running these commands from the repo root:
347 # ln -s $(pwd)/src/libraries/System.Private.CoreLib/src src/coreclr/System.Private.CoreLib/shared
348 # ln -s $(pwd)/src/libraries/Common/src src/coreclr/System.Private.CoreLib/common
349 src/coreclr/System.Private.CoreLib/shared
350 src/coreclr/System.Private.CoreLib/common
351
352 # Exceptions to the exclusions
353 !src/coreclr/.nuget/_.pdb
354 !src/coreclr/inc/obj/
355 !src/coreclr/vm/.vscode/
356 !src/coreclr/vm/.vscode/c_cpp_properties.json
357
358 # Temporary artifacts from local libraries stress builds
359 .dotnet-daily/
360 run-stress-*