Add missing semicolon
[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
28 # add back architecture directories ignored in 'Build results'
29 !tests/x86
30 !src/mscorlib/src/System/Runtime/Intrinsics/X86
31 !tests/src/JIT/HardwareIntrinsics/X86
32
33 # Visual Studio 2015
34 .vs/
35
36 # Visual Studio 2015 Pre-CTP6
37 *.sln.ide
38 *.ide/
39
40 # MSTest test Results
41 [Tt]est[Rr]esult*/
42 [Bb]uild[Ll]og.*
43
44 #NUNIT
45 *.VisualState.xml
46 TestResult.xml
47
48 # Build Results of an ATL Project
49 [Dd]ebugPS/
50 [Rr]eleasePS/
51 dlldata.c
52
53 *_i.c
54 *_p.c
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 *.nuget.g.props
152 *.nuget.g.targets
153 *.nuget.cache
154 **/packages/*
155 project.lock.json
156 project.assets.json
157
158 # Windows Azure Build Output
159 csx/
160 *.build.csdef
161
162 # Windows Store app package directory
163 AppPackages/
164
165 # Others
166 sql/
167 *.Cache
168 ClientBin/
169 [Ss]tyle[Cc]op.*
170 ~$*
171 *.dbmdl
172 *.dbproj.schemaview
173 *.pfx
174 *.publishsettings
175 node_modules/
176 *.metaproj
177 *.metaproj.tmp
178 .atom-build.json
179 tags
180 TAGS
181
182 # RIA/Silverlight projects
183 Generated_Code/
184
185 # Backup & report files from converting an old project file
186 # to a newer Visual Studio version. Backup files are not needed,
187 # because we have git ;-)
188 _UpgradeReport_Files/
189 Backup*/
190 UpgradeLog*.XML
191 UpgradeLog*.htm
192
193 # SQL Server files
194 *.mdf
195 *.ldf
196
197 # Business Intelligence projects
198 *.rdl.data
199 *.bim.layout
200 *.bim_*.settings
201
202 # Microsoft Fakes
203 FakesAssemblies/
204
205 # C/C++ extension for Visual Studio Code
206 browse.VC.db
207
208 # Local settings folder for Visual Studio Code
209 .vscode/
210
211 ### MonoDevelop ###
212
213 *.pidb
214 *.userprefs
215
216 ### Windows ###
217
218 # Windows image file caches
219 Thumbs.db
220 ehthumbs.db
221
222 # Folder config file
223 Desktop.ini
224
225 # Recycle Bin used on file shares
226 $RECYCLE.BIN/
227
228 # Windows Installer files
229 *.cab
230 *.msi
231 *.msm
232 *.msp
233
234 # Windows shortcuts
235 *.lnk
236
237 # Common binary extensions on Windows
238 *.exe
239 *.exe.stackdump
240 *.dll
241 *.lib
242
243 ### Linux ###
244
245 *~
246 \#*\#
247
248 # KDE directory preferences
249 .directory
250
251 ### OSX ###
252
253 .DS_Store
254 .AppleDouble
255 .LSOverride
256
257 # Icon must end with two \r
258 Icon
259
260 # Thumbnails
261 ._*
262
263 # Files that might appear on external disk
264 .Spotlight-V100
265 .Trashes
266
267 # Directories potentially created on remote AFP share
268 .AppleDB
269 .AppleDesktop
270 Network Trash Folder
271 Temporary Items
272 .apdisk
273
274 # We have some checked in prebuilt generated files
275 !src/pal/prebuilt/idl/*_i.c
276
277 # Valid 'debug' folder, that contains CLR debugging code
278 !src/debug
279
280 # Ignore folders created by the test build
281 TestWrappers_x64_[d|D]ebug
282 TestWrappers_x64_[c|C]hecked
283 TestWrappers_x64_[r|R]elease
284 TestWrappers_x86_[d|D]ebug
285 TestWrappers_x86_[c|C]hecked
286 TestWrappers_x86_[r|R]elease
287 TestWrappers_arm_[d|D]ebug
288 TestWrappers_arm_[c|C]hecked
289 TestWrappers_arm_[r|R]elease
290 TestWrappers_arm64_[d|D]ebug
291 TestWrappers_arm64_[c|C]hecked
292 TestWrappers_arm64_[r|R]elease
293 tests/src/common/test_runtime/project.json
294
295 Vagrantfile
296 .vagrant
297
298 # CMake files
299 CMakeFiles/
300 cmake_install.cmake
301 CMakeCache.txt
302 Makefile
303
304 # Cross compilation
305 cross/rootfs/*
306 cross/android-rootfs/*
307 # add x86 as it is ignored in 'Build results'
308 !cross/x86
309
310 #python import files
311 *.pyc
312
313 # JIT32 files
314 src/jit32
315
316 # performance testing sandbox
317 sandbox
318
319 #IL linker for testing
320 linker