Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
load("//misc/bazel:pkg.bzl", "codeql_pkg_files")
codeql_pkg_files(
name = "tools",
excludes = [
"BUILD.bazel",
],
exes = glob(["**/*"]),
prefix = "tools",
visibility = ["//ruby:__pkg__"],
)