From 7a9218d13f2d615a647b44c77441ea5e48fd5463 Mon Sep 17 00:00:00 2001 From: Garrett Beaty Date: Wed, 13 Dec 2023 19:08:25 +0000 Subject: [PATCH] Enable searching starlark files with git gs. Change-Id: Ib4688483cca43b10f88cfc529b03e119b8d2d267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5119764 Commit-Queue: Gavin Mak Auto-Submit: Garrett Beaty Reviewed-by: Gavin Mak --- git-gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-gs b/git-gs index 0d47b4eec..84eeef954 100755 --- a/git-gs +++ b/git-gs @@ -6,4 +6,4 @@ git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\ "*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\ "*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\ "*.js" "*.ts" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn"\ - "*.gni" "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto" "*.rs" + "*.gni" "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto" "*.rs" "*.star"