Fix Unreal Engine plugin binaries on subfolders
This commit is contained in:
parent
cdd9e946da
commit
10fc039716
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ SourceArt/**/*.tga
|
||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
Binaries/*
|
Binaries/*
|
||||||
Plugins/*/Binaries/*
|
Plugins/**/Binaries/*
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
Build/*
|
Build/*
|
||||||
|
|
@ -68,7 +68,7 @@ Saved/*
|
||||||
|
|
||||||
# Compiled source files for the engine to use
|
# Compiled source files for the engine to use
|
||||||
Intermediate/*
|
Intermediate/*
|
||||||
Plugins/*/Intermediate/*
|
Plugins/**/Intermediate/*
|
||||||
|
|
||||||
# Cache files for the editor to use
|
# Cache files for the editor to use
|
||||||
DerivedDataCache/*
|
DerivedDataCache/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue