Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 2a2dcc3ab59bdcc46c81774f46004a098d5b27b5..aaee3dcb0c9afea3c685f337e5dbaab59b712a6d 100755 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -25,6 +25,7 @@ _EXCLUDED_PATHS = ( |
| r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]fts.c", |
| r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]herror.c", |
| r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]timegm.c", |
| + r"^ports[\\\/]alut-demo[\\\/]alut_hello_world.c", |
| ) |
| def RunPylint(input_api, output_api): |