Chromium Code Reviews| Index: tools/presubmit.py |
| diff --git a/tools/presubmit.py b/tools/presubmit.py |
| index c4f78536bb7c70d33940cbca4722983aad86d88b..5a99c2addabc39bedf73c1c90f551dd510089f46 100755 |
| --- a/tools/presubmit.py |
| +++ b/tools/presubmit.py |
| @@ -108,7 +108,7 @@ class SourceFileProcessor(object): |
| return True |
| def IgnoreDir(self, name): |
| - return name.startswith('.') or name == 'data' |
| + return name.startswith('.') or name == 'data' or name == 'sputniktests' |
| def IgnoreFile(self, name): |
| return name.startswith('.') |