Removing sim/ from the list of dirs to ignore
This commit is contained in:
parent
c7a8113732
commit
df92324234
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue