blob: 85848ae77303ddf5b16de3a14d55c8c3a62a02fd [file] [log] [blame]
maruel@chromium.org913a8422009-08-12 19:59:10 +00001#!/bin/sh
kliegs@chromium.org6ecb27e2012-04-03 17:02:21 +00002# Copyright (c) 2012 The Chromium Authors. All rights reserved.
maruel@chromium.org913a8422009-08-12 19:59:10 +00003# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
mnaganov@chromium.org34e0a352009-12-03 15:44:40 +00005git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
maruel@chromium.orga9417c72012-08-22 01:55:38 +00006 "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
maruel@chromium.org7a9a4472009-08-13 18:15:55 +00007 "*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\
sadrul@chromium.org955a3e22013-02-01 07:31:15 +00008 "*.gyp" "*.gypi" "*.isolate" "*.java" "*.js" "*.html" "*.css" "*.ebuild" \
maruel@chromium.orgbff3fc22012-10-23 16:59:28 +00009 "*.pl" "*.pm" "*.yaml"