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