Excluding syms dir from IncludeTools inspection.

#jira UE-194233

[CL 27553065 by andrew phillips in ue5-main branch]
This commit is contained in:
andrew phillips
2023-09-01 08:39:39 -04:00
parent 1da410920e
commit 5beb8632d7

View File

@@ -39,6 +39,7 @@ namespace IncludeTool
"/engine/source/programs/unrealswarm/private/",
"/engine/plugins/runtime/packethandlers/compressioncomponents/oodle/source/thirdparty/notforlicensees/oodle/213/win/examples/",
"/engine/plugins/developer/riderlink/",
"/engine/source/runtime/symslib/syms/",
};
/// <summary>
@@ -226,6 +227,12 @@ namespace IncludeTool
{
return true;
}
// remove symslib files
if (NormalizedPath.Contains("symslib/syms"))
{
return true;
}
return false;
}
@@ -658,6 +665,7 @@ namespace IncludeTool
"/Engine/Restricted/",
"/Engine/Shaders/Shared/RayTracingBuiltInResources.h",
"/Engine/Source/Runtime/Symslib/syms/",
};
/// <summary>