check for meson info
[roobuilder] / src / Project / Project.vala
index f7b24e6..42aaaf8 100644 (file)
@@ -739,7 +739,7 @@ namespace Project {
                                        if (Regex.match_simple("\\.(o|cache|out|stamp|~)$", fn)) { // object..
                                                continue;
                                        }
-                                       if (Regex.match_simple("^(config1.builder|a.out|stamp-h1|depcomp|config.log|config.status)$", fn)) { // object..
+                                       if (Regex.match_simple("^(config1.builder|a.out|stamp-h1|depcomp|config.log|config.status|obj-x86_64-linux-gnu)$", fn)) { // object..
                                                continue;
                                        }