36 # Cross building rootfs
55 # Build Results of an ATL Project
87 # Visual C++ cache files
97 # Visual Studio profiler
102 # TFS 2012 Local Workspace
105 # Guidance Automation Toolkit
108 # ReSharper is a .NET coding add-in
113 # JustCode is a .NET coding addin-in
116 # TeamCity is a build add-in
119 # DotCover is a Code Coverage Tool
130 # Web workbench (sass)
133 # Installshield output folder
136 # DocProject is a documentation generator add-in
137 DocProject/buildhelp/
138 DocProject/Help/*.HxT
139 DocProject/Help/*.HxC
140 DocProject/Help/*.hhc
141 DocProject/Help/*.hhk
142 DocProject/Help/*.hhp
143 DocProject/Help/Html2
162 # Windows Azure Build Output
166 # Windows Store app package directory
183 # RIA/Silverlight projects
186 # Backup & report files from converting an old project file
187 # to a newer Visual Studio version. Backup files are not needed,
188 # because we have git ;-)
189 _UpgradeReport_Files/
198 # Business Intelligence projects
206 # C/C++ extension for Visual Studio Code
208 # Local settings folder for Visual Studio Code
210 !**/.vscode/c_cpp_properties.json
219 # Windows image file caches
226 # Recycle Bin used on file shares
229 # Windows Installer files
242 # KDE directory preferences
251 # Icon must end with two \r
257 # Files that might appear on external disk
261 # Directories potentially created on remote AFP share
268 # vim temporary files
280 # Private test configuration and binaries.
284 # VS debug support files
294 # CLR prebuilt generated files
295 !src/pal/prebuilt/idl/*_i.c
297 # Valid 'debug' folder, that contains CLR debugging code
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
326 cross/android-rootfs/*
327 # add x86 as it is ignored in 'Build results'
336 # performance testing sandbox
339 #IL linker for testing
342 # Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs
344 # On Windows, make your own by running these commands from the repo root:
345 # mklink /D src\coreclr\src\System.Private.CoreLib\shared %CD%\src\libraries\System.Private.CoreLib\src
346 # mklink /D src\coreclr\src\System.Private.CoreLib\common %CD%\src\libraries\Common\src
348 # On Unix, make your own by running these commands from the repo root:
349 # ln -s $(pwd)/src/libraries/System.Private.CoreLib/src src/coreclr/src/System.Private.CoreLib/shared
350 # ln -s $(pwd)/src/libraries/Common/src src/coreclr/src/System.Private.CoreLib/common
351 src/coreclr/src/System.Private.CoreLib/shared
352 src/coreclr/src/System.Private.CoreLib/common