From a63b9d795652e8277bffe79d2f48033b1a055444 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Tue, 29 Nov 2022 23:59:14 -0800 Subject: [PATCH] Don't gitignore linker (#79002) --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7317c06..fd60fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -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-* -- 2.7.4