1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Update the filtering logic to properly handle directories with .gdignore files.

This commit is contained in:
Fredia Huya-Kouadio
2021-02-21 21:34:27 -08:00
parent 4f891b7060
commit 48108444f1
4 changed files with 21 additions and 6 deletions

View File

@@ -2774,6 +2774,9 @@ public:
print_verbose("- custom build enabled: " + bool_to_string(use_custom_build));
print_verbose("- apk expansion enabled: " + bool_to_string(apk_expansion));
print_verbose("- enabled abis: " + String(",").join(enabled_abis));
print_verbose("- export filter: " + itos(p_preset->get_export_filter()));
print_verbose("- include filter: " + p_preset->get_include_filter());
print_verbose("- exclude filter: " + p_preset->get_exclude_filter());
Ref<Image> splash_image;
Ref<Image> splash_bg_color_image;