| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index a4ca39980522fbdbfe40527b90cd825520ceec62..cc17c817e28ed5b0a84009e172e6c9c8ab6b4881 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -201,7 +201,7 @@ class SourceFileProcessor(object):
|
|
|
| def IgnoreDir(self, name):
|
| return (name.startswith('.') or
|
| - name in ('data', 'kraken', 'octane', 'sunspider'))
|
| + name in ('buildtools', 'data', 'kraken', 'octane', 'sunspider'))
|
|
|
| def IgnoreFile(self, name):
|
| return name.startswith('.')
|
|
|