Don't gitignore linker (#79002)

This commit is contained in:
Sven Boemer 2022-11-29 23:59:14 -08:00 committed by GitHub
parent f1a42cf664
commit a63b9d7956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

5
.gitignore vendored
View File

@ -342,9 +342,6 @@ jit32
# performance testing sandbox # performance testing sandbox
sandbox sandbox
#IL linker for testing
linker
# Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs # Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs
# #
# On Windows, make your own by running these commands from the repo root: # On Windows, make your own by running these commands from the repo root:
@ -365,4 +362,4 @@ src/coreclr/System.Private.CoreLib/common
# Temporary artifacts from local libraries stress builds # Temporary artifacts from local libraries stress builds
.dotnet-daily/ .dotnet-daily/
run-stress-* run-stress-*