Ignoring the binutils/ dir too (thanks palves)
This commit is contained in:
parent
a93cd2772f
commit
d4561ae709
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue