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