From 10fc0397160817dce0e35ced634e977fd1492aee Mon Sep 17 00:00:00 2001 From: Miguel Medina Ballesteros Date: Sat, 16 Oct 2021 20:26:00 +0100 Subject: [PATCH] Fix Unreal Engine plugin binaries on subfolders --- UnrealEngine.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..6e0d95fb 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -47,7 +47,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* -Plugins/*/Binaries/* +Plugins/**/Binaries/* # Builds Build/* @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/*