aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2a3b61f7c3..271cd13ada 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -85,6 +85,7 @@ def _PythonChecks(input_api, output_api):
# input_api.DEFAULT_BLACK_LIST.
r'common[\\\/].*',
r'buildtools[\\\/].*',
+ r'.*[\\\/]\.recipe_deps[\\\/].*',
]
blacklist.extend(input_api.DEFAULT_BLACK_LIST)