Chromium Code Reviews| Index: PRESUBMIT.py | 
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py | 
| index 249f5c7eb4c40a09e046bd4234cc376a365fdef0..396a9e3d2dff82b0cfcb4788267a8a24c66527af 100644 | 
| --- a/PRESUBMIT.py | 
| +++ b/PRESUBMIT.py | 
| @@ -20,6 +20,7 @@ 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/.*', |