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