From d4561ae70933959a8f25a484ed2fc9fc18b621fe Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 10 Mar 2015 14:53:09 -0400 Subject: [PATCH] Ignoring the binutils/ dir too (thanks palves) --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 43ae7d3..5812816 100644 --- a/master.cfg +++ b/master.cfg @@ -693,7 +693,7 @@ all_gdb_filter = ChangeFilter (branch_fn = should_watch_branch) def DefaultGDBCanStartBuild (builder, buildslave, buildrequest): return not builder.building -files_ignored_re = re.compile ("(cpu/|elfcpp/|gas/|gold/|gprof/|ld/|texinfo/|gdb/doc/).*") +files_ignored_re = re.compile ("(binutils/|cpu/|elfcpp/|gas/|gold/|gprof/|ld/|texinfo/|gdb/doc/).*") def DefaultGDBfileIsImportant (change): """Implementation of fileIsImportant method, in order to decide which