Change the default source lists;

Remove *.txt and *.json, add *.pl and *.pm.

TEST=none
BUG=none

Review URL: http://codereview.chromium.org/548172

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37406 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent 593258b903
commit ef77648dd4

@ -153,11 +153,12 @@ class InputApi(object):
r".*\.c", r".*\.cc", r".*\.cpp", r".*\.h", r".*\.m", r".*\.mm", r".*\.c", r".*\.cc", r".*\.cpp", r".*\.h", r".*\.m", r".*\.mm",
r".*\.inl", r".*\.asm", r".*\.hxx", r".*\.hpp", r".*\.inl", r".*\.asm", r".*\.hxx", r".*\.hpp",
# Scripts # Scripts
r".*\.js", r".*\.py", r".*\.json", r".*\.sh", r".*\.rb", r".*\.js", r".*\.py", r".*\.sh", r".*\.rb", r".*\.pl", r".*\.pm",
# No extension at all # No extension at all, note that ALL CAPS files are black listed in
# DEFAULT_BLACK_LIST below.
r"(^|.*[\\\/])[^.]+$", r"(^|.*[\\\/])[^.]+$",
# Other # Other
r".*\.java", r".*\.mk", r".*\.am", r".*\.txt", r".*\.java", r".*\.mk", r".*\.am",
) )
# Path regexp that should be excluded from being considered containing source # Path regexp that should be excluded from being considered containing source

Loading…
Cancel
Save