Skip to content

Commit

Permalink
Update excludes for toplevel glob
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Jan 5, 2017
1 parent 20d221f commit 61fcf21
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,17 @@ gcs_upload(

filegroup(
name = "package-srcs",
srcs = glob(["**"], exclude=["bazel-*/**", ".git/**"]),
tags = ["automanaged"],
srcs = glob(
["**"],
exclude = [
"bazel-*/**",
"_*/**",
".config/**",
".git/**",
".gsutil/**",
".make/**",
],
),
visibility = ["//visibility:private"],
)

Expand Down

0 comments on commit 61fcf21

Please sign in to comment.