Merge pull request #3244 from erozenfeld/SIMDInit
[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 *.opensdf
83 *.sdf
84 *.cachefile
85
86 # Visual Studio profiler
87 *.psess
88 *.vsp
89 *.vspx
90
91 # TFS 2012 Local Workspace
92 $tf/
93
94 # Guidance Automation Toolkit
95 *.gpState
96
97 # ReSharper is a .NET coding add-in
98 _ReSharper*/
99 *.[Rr]e[Ss]harper
100 *.DotSettings.user
101
102 # JustCode is a .NET coding addin-in
103 .JustCode
104
105 # TeamCity is a build add-in
106 _TeamCity*
107
108 # DotCover is a Code Coverage Tool
109 *.dotCover
110
111 # NCrunch
112 _NCrunch_*
113 .*crunch*.local.xml
114
115 # MightyMoose
116 *.mm.*
117 AutoTest.Net/
118
119 # Web workbench (sass)
120 .sass-cache/
121
122 # Installshield output folder
123 [Ee]xpress/
124
125 # DocProject is a documentation generator add-in
126 DocProject/buildhelp/
127 DocProject/Help/*.HxT
128 DocProject/Help/*.HxC
129 DocProject/Help/*.hhc
130 DocProject/Help/*.hhk
131 DocProject/Help/*.hhp
132 DocProject/Help/Html2
133 DocProject/Help/html
134
135 # Click-Once directory
136 publish/
137
138 # Publish Web Output
139 *.[Pp]ublish.xml
140 *.azurePubxml
141 *.pubxml
142 *.publishproj
143
144 # NuGet Packages
145 *.nupkg
146 **/packages/*
147 project.lock.json
148
149 # Windows Azure Build Output
150 csx/
151 *.build.csdef
152
153 # Windows Store app package directory
154 AppPackages/
155
156 # Others
157 sql/
158 *.Cache
159 ClientBin/
160 [Ss]tyle[Cc]op.*
161 ~$*
162 *.dbmdl
163 *.dbproj.schemaview
164 *.pfx
165 *.publishsettings
166 node_modules/
167 *.metaproj
168 *.metaproj.tmp
169 .atom-build.json
170 tags
171 TAGS
172
173 # RIA/Silverlight projects
174 Generated_Code/
175
176 # Backup & report files from converting an old project file
177 # to a newer Visual Studio version. Backup files are not needed,
178 # because we have git ;-)
179 _UpgradeReport_Files/
180 Backup*/
181 UpgradeLog*.XML
182 UpgradeLog*.htm
183
184 # SQL Server files
185 *.mdf
186 *.ldf
187
188 # Business Intelligence projects
189 *.rdl.data
190 *.bim.layout
191 *.bim_*.settings
192
193 # Microsoft Fakes
194 FakesAssemblies/
195
196 ### MonoDevelop ###
197
198 *.pidb
199 *.userprefs
200
201 ### Windows ###
202
203 # Windows image file caches
204 Thumbs.db
205 ehthumbs.db
206
207 # Folder config file
208 Desktop.ini
209
210 # Recycle Bin used on file shares
211 $RECYCLE.BIN/
212
213 # Windows Installer files
214 *.cab
215 *.msi
216 *.msm
217 *.msp
218
219 # Windows shortcuts
220 *.lnk
221
222 # Common binary extensions on Windows
223 *.exe
224 *.dll
225 *.lib
226
227 ### Linux ###
228
229 *~
230 \#*\#
231
232 # KDE directory preferences
233 .directory
234
235 ### OSX ###
236
237 .DS_Store
238 .AppleDouble
239 .LSOverride
240
241 # Icon must end with two \r
242 Icon
243
244 # Thumbnails
245 ._*
246
247 # Files that might appear on external disk
248 .Spotlight-V100
249 .Trashes
250
251 # Directories potentially created on remote AFP share
252 .AppleDB
253 .AppleDesktop
254 Network Trash Folder
255 Temporary Items
256 .apdisk
257
258 # We have some checked in prebuilt generated files
259 !src/pal/prebuilt/idl/*_i.c
260
261 # Valid 'debug' folder, that contains CLR debuggin code
262 !src/debug
263
264 # Ignore folders created by the test build
265 TestWrappers_x64_debug
266 TestWrappers_x64_checked
267 TestWrappers_x64_release
268
269 Vagrantfile
270 .vagrant
271
272 # CMake files
273 CMakeFiles/
274 cmake_install.cmake
275 CMakeCache.txt
276 Makefile
277
278 # Cross compilation
279 cross/rootfs/*
280
281 #python import files
282 *.pyc