mirror of https://github.com/dotnet/runtime
Don't gitignore linker (#79002)
This commit is contained in:
parent
f1a42cf664
commit
a63b9d7956
|
@ -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-*
|
||||||
|
|
Loading…
Reference in New Issue