Now the default exclude filter excludes ref == '#*'

This commit is contained in:
Salvador E. Tropea 2020-09-01 20:30:34 -03:00
parent 12534d8202
commit 76ea47c04f
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class BaseFilter(RegFilter):
o_tree = {'name': name}
o_tree['type'] = 'generic'
o_tree['comment'] = 'Internal default mechanical filter'
o_tree['exclude_all_hash_ref'] = True
o_tree['exclude_any'] = DEFAULT_EXCLUDE
logger.debug('Creating internal filter: '+str(o_tree))
return o_tree