Exclude binary files from generated projects.

#rb none
#jira

#ROBOMERGE-SOURCE: CL 12940403 in //UE4/Release-4.25/... via CL 12940407 via CL 12940415
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288)

[CL 12940419 by ben marsh in Main branch]
This commit is contained in:
ben marsh
2020-04-20 18:20:30 -04:00
parent 24e9f3abe6
commit facbcfe389

View File

@@ -27,6 +27,7 @@ namespace UnrealBuildTool
".csproj", // Visual Studio C# project files
".userprefs", // MonoDevelop project settings
".ds_store", // Mac Desktop Services Store hidden files
".bin", // Binary files
Path.DirectorySeparatorChar + "do_not_delete.txt", // Perforce placeholder file
};