Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index d9c32be23efed4fcdc4281fc0bfd23808522021d..276db1e83b92d74b715347b5122c207c589bc3aa 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -437,6 +437,7 @@ def _CommonChecks(input_api, output_api): |
black_list=(r'^base[\\\/].*\.py$', |
r'^build[\\\/].*\.py$', |
r'^buildtools[\\\/].*\.py$', |
+ r'^ios[\\\/].*\.py$', |
r'^out.*[\\\/].*\.py$', |
r'^testing[\\\/].*\.py$', |
r'^third_party[\\\/].*\.py$', |