mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 352863, add uppercase chars to ignore-help-images regexp, r=robcee
This commit is contained in:
parent
9e96ce4079
commit
2251825400
@ -66,7 +66,7 @@ fl_exceptions = [
|
||||
# ignore search plugins
|
||||
__regify(('browser', 'searchplugins\\/.+\\.xml')),
|
||||
# ignore help images
|
||||
__regify(('browser', 'chrome\\/help\\/images\\/[a-z-_]+\\.png'))]
|
||||
__regify(('browser', 'chrome\\/help\\/images\\/[A-Za-z-_]+\\.png'))]
|
||||
|
||||
def do_ignore_fl(tpl):
|
||||
for mod, path in fl_exceptions:
|
||||
|
Loading…
Reference in New Issue
Block a user