Don't gitignore linker (#79002)
authorSven Boemer <sbomer@gmail.com>
Wed, 30 Nov 2022 07:59:14 +0000 (23:59 -0800)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 07:59:14 +0000 (08:59 +0100)
.gitignore

index 7317c06..fd60fdc 100644 (file)
@@ -342,9 +342,6 @@ jit32
 # performance testing sandbox
 sandbox
 
-#IL linker for testing
-linker
-
 # 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:
@@ -365,4 +362,4 @@ src/coreclr/System.Private.CoreLib/common
 
 # Temporary artifacts from local libraries stress builds
 .dotnet-daily/
-run-stress-*
\ No newline at end of file
+run-stress-*