Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index aba5005a06d03b03ea20e6eccb1841a25a797859..4b22444f9eac3ec474d96898f8e5e75cf92f9581 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -200,7 +200,8 @@ class SourceFileProcessor(object): |
def IgnoreDir(self, name): |
return (name.startswith('.') or |
- name in ('buildtools', 'data', 'kraken', 'octane', 'sunspider')) |
+ name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken', |
+ 'octane', 'sunspider')) |
def IgnoreFile(self, name): |
return name.startswith('.') |