| Index: PRESUBMIT.py
 | 
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
 | 
| index 249f5c7eb4c40a09e046bd4234cc376a365fdef0..32e717b0d273a69a3f08e096ca477092f4122ca9 100644
 | 
| --- a/PRESUBMIT.py
 | 
| +++ b/PRESUBMIT.py
 | 
| @@ -20,11 +20,13 @@ def CommonChecks(input_api, output_api):
 | 
|        r'.*slave/.*/isolate.*/.*',
 | 
|        r'.*depot_tools/.*',
 | 
|        r'.*goma/.*',
 | 
| +      r'.*scripts/tools/buildbot_tool_templates/.*',
 | 
|        r'.*scripts/release/.*',
 | 
|        r'.*scripts/slave/recipe_modules/.*',
 | 
|        r'.*scripts/gsd_generate_index/.*',
 | 
|        r'.*masters/.*/templates/.*\.html$',
 | 
|        r'.*masters/.*/templates/.*\.css$',
 | 
| +      r'.*masters/.*/builders.py',
 | 
|        r'.*masters/.*/public_html/.*\.html$',
 | 
|        r'.*masters/.*/public_html/.*\.css$',
 | 
|    ]
 | 
| 
 |