From 62327913b97e6eab73e0f892d213e844f4fd470b Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 20 Mar 2021 09:01:46 +0100 Subject: [PATCH] Remove duplicate lines for the src/coreclr/debug folder exception in .gitignore (#49749) * remove unused duplicate in .gitignore * delete "!pal/prebuilt/idl/*_i.c" --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6b660fb..58f85ad 100644 --- a/.gitignore +++ b/.gitignore @@ -294,11 +294,8 @@ parts/ prime/ stage/ -# CLR prebuilt generated files -!pal/prebuilt/idl/*_i.c - # Valid 'debug' folder, that contains CLR debugging code -!debug +!src/coreclr/debug # Ignore folders created by the CLR test build TestWrappers_x64_[d|D]ebug @@ -352,9 +349,6 @@ linker src/coreclr/System.Private.CoreLib/shared src/coreclr/System.Private.CoreLib/common -# The debug directory should not be ignored -!src/coreclr/debug - # Exceptions to the exclusions !src/coreclr/.nuget/_.pdb !src/coreclr/inc/obj/ -- 2.7.4