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