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