Fix #8019 - tidy up resource usage
[roobuilder] / src / Project / Project.vala
index 7060c2b..28028fc 100644 (file)
@@ -692,6 +692,9 @@ namespace Project {
                        if (subdir == "build") { // cmake!
                                return;
                        }
+                       if (subdir == "build-dir") { // flatpack
+                               return;
+                       }
                        if (subdir == "autom4te.cache") { // automake?
                                return;
                        }