| Index: git-gs
|
| diff --git a/git-gs b/git-gs
|
| index 28b4775e203eb9baff2d77899ceb02d260bc4967..8a776979b3903b5904017e4f09bb8d16a9e3e664 100755
|
| --- a/git-gs
|
| +++ b/git-gs
|
| @@ -4,6 +4,6 @@
|
| # found in the LICENSE file.
|
| git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
|
| "*.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" "*.gn" "*.gni" "*.json" "DEPS" "*/DEPS"
|
| + "*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\
|
| + "*.js" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn" "*.gni"\
|
| + "*.json" "DEPS" "*/DEPS"
|
|
|