diff options
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 383819e..4fd988d 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -10,6 +10,7 @@ for more details about the presubmit API built into gcl. _EXCLUDED_PATHS = ( r"breakpad[\\\/].*", + r"net/tools/spdyshark/[\\\/].*", r"skia[\\\/].*", r"v8[\\\/].*", ) |