mirror of https://github.com/dotnet/runtime
Remove duplicate lines for the src/coreclr/debug folder exception in .gitignore (#49749)
* remove unused duplicate in .gitignore * delete "!pal/prebuilt/idl/*_i.c"
This commit is contained in:
parent
6b26870c73
commit
62327913b9
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue