Skip to content

Commit

Permalink
Remove the unused git filegroup.
Browse files Browse the repository at this point in the history
Surfaced in #19581.

PiperOrigin-RevId: 581877718
Change-Id: I8d9e460ac809ab236d04252ba14a5836d2e2d86c
  • Loading branch information
joeleba authored and copybara-github committed Nov 13, 2023
1 parent f906d02 commit 673cb4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ filegroup(
visibility = ["//src/test/shell/bazel:__pkg__"],
)

filegroup(
name = "git",
srcs = glob(
[".git/**"],
allow_empty = True,
exclude = [".git/**/*[*"], # gitk creates temp files with []
),
)

filegroup(
name = "dummy",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 673cb4a

Please sign in to comment.