37 # Cross building rootfs
56 # Build Results of an ATL Project
88 # Visual C++ cache files
98 # Visual Studio profiler
103 # TFS 2012 Local Workspace
106 # Guidance Automation Toolkit
109 # ReSharper is a .NET coding add-in
114 # JustCode is a .NET coding addin-in
117 # TeamCity is a build add-in
120 # DotCover is a Code Coverage Tool
131 # Web workbench (sass)
134 # Installshield output folder
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
163 # Windows Azure Build Output
167 # Windows Store app package directory
184 # RIA/Silverlight projects
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/
199 # Business Intelligence projects
207 # C/C++ extension for Visual Studio Code
209 # Local settings folder for Visual Studio Code
211 !**/.vscode/c_cpp_properties.json
218 # Windows image file caches
225 # Recycle Bin used on file shares
228 # Windows Installer files
241 # KDE directory preferences
250 # Icon must end with two \r
256 # Files that might appear on external disk
260 # Directories potentially created on remote AFP share
267 # vim temporary files
278 # Private test configuration and binaries.
282 # VS debug support files
292 # CLR prebuilt generated files
293 !src/pal/prebuilt/idl/*_i.c
295 # Valid 'debug' folder, that contains CLR debugging code
298 # Ignore folders created by the CLR test build
299 TestWrappers_x64_[d|D]ebug
300 TestWrappers_x64_[c|C]hecked
301 TestWrappers_x64_[r|R]elease
302 TestWrappers_x86_[d|D]ebug
303 TestWrappers_x86_[c|C]hecked
304 TestWrappers_x86_[r|R]elease
305 TestWrappers_arm_[d|D]ebug
306 TestWrappers_arm_[c|C]hecked
307 TestWrappers_arm_[r|R]elease
308 TestWrappers_arm64_[d|D]ebug
309 TestWrappers_arm64_[c|C]hecked
310 TestWrappers_arm64_[r|R]elease
311 tests/src/common/test_runtime/project.json
324 cross/android-rootfs/*
325 # add x86 as it is ignored in 'Build results'
334 # performance testing sandbox
337 #IL linker for testing
340 # Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs
342 # On Windows, make your own by running these commands from the repo root:
343 # mklink /D src\coreclr\src\System.Private.CoreLib\shared %CD%\src\libraries\System.Private.CoreLib\src
344 # mklink /D src\coreclr\src\System.Private.CoreLib\common %CD%\src\libraries\Common\src
346 # On Unix, make your own by running these commands from the repo root:
347 # ln -s $(pwd)/src/libraries/System.Private.CoreLib/src src/coreclr/src/System.Private.CoreLib/shared
348 # ln -s $(pwd)/src/libraries/Common/src src/coreclr/src/System.Private.CoreLib/common
349 src/coreclr/src/System.Private.CoreLib/shared
350 src/coreclr/src/System.Private.CoreLib/common
352 # The debug directory should not be ignored
353 !src/coreclr/src/debug