From 41758200004af22a9c477b7a295536d8188735e2 Mon Sep 17 00:00:00 2001 From: "dzhioev@chromium.org" Date: Thu, 21 Mar 2013 12:04:52 +0000 Subject: [PATCH] Added *.grdp to git-gs. grdp is the file that included to grd files. Review URL: https://chromiumcodereview.appspot.com/12609012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@189571 0039d316-1c4b-4281-b951-d872f2087c98 --- git-gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-gs b/git-gs index 85848ae77..47d07bb02 100755 --- a/git-gs +++ b/git-gs @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\ - "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\ + "*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\ "*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\ "*.gyp" "*.gypi" "*.isolate" "*.java" "*.js" "*.html" "*.css" "*.ebuild" \ "*.pl" "*.pm" "*.yaml"