From df92324234cafe033da39131fd02079c44e72e4e Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 4 Feb 2015 04:53:46 -0500 Subject: [PATCH] Removing sim/ from the list of dirs to ignore --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index b1899b2..f2d8e60 100644 --- a/master.cfg +++ b/master.cfg @@ -598,7 +598,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/|sim/|texinfo/).*") +files_ignored_re = re.compile ("(cpu/|elfcpp/|gas/|gold/|gprof/|ld/|texinfo/).*") def DefaultGDBfileIsImportant (change): """Implementation of fileIsImportant method, in order to decide which