Chromium Code Reviews| Index: presubmit_support.py |
| diff --git a/presubmit_support.py b/presubmit_support.py |
| index bef76e9289f550f5503171ce894c724fb7d06177..3faa37857437067b88bbd25fd11d563287a046b4 100755 |
| --- a/presubmit_support.py |
| +++ b/presubmit_support.py |
| @@ -154,7 +154,7 @@ class InputApi(object): |
| # No extension at all |
| r"(^|.*[\\\/])[^.]+$", |
| # Other |
| - r".*\.java", r".*\.mk", r".*\.am", |
| + r".*\.java", r".*\.mk", r".*\.am", r".*\.txt", |
| ) |
| # Path regexp that should be excluded from being considered containing source |