kazel: skip third_party/etcd.*
This commit is contained in:
9
third_party/BUILD
vendored
9
third_party/BUILD
vendored
@@ -4,8 +4,13 @@ licenses(["notice"])
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
srcs = glob(
|
||||
["**"],
|
||||
exclude = [
|
||||
"etcd*/**",
|
||||
"etcd*.tar.gz",
|
||||
],
|
||||
),
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user