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