You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Filters were not earlying out of recursive directory searches in cases where a directory partially matched a file specification. * Trailing file wildcards would match against directory names, so -/Something* would exclude /Something/... * Path specifications starting with ... would have an additional ... token appended. [CL 2497897 by Ben Marsh in Main branch]