Ignoring the binutils/ dir too (thanks palves)

This commit is contained in:
Sergio Durigan Junior 2015-03-10 14:53:09 -04:00
parent a93cd2772f
commit d4561ae709

View file

@ -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