Reviewers: Michael Achenbach,

Description:
Ignore buildtools directory in presubmit.py checks

BUG=none
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/314573004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/presubmit.py


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('.')


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to