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