aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILD b/BUILD
index 2ff0bc9d79..fc3bb5eb66 100644
--- a/BUILD
+++ b/BUILD
@@ -19,12 +19,12 @@ filegroup(
filegroup(
name = "srcs",
srcs = glob(
- ["**"],
+ ["*"],
exclude = [
- "bazel-*/**", # convenience symlinks
- "out/**", # IntelliJ with setup-intellij.sh
- "output/**", # output of compile.sh
- ".*/**", # mainly git
+ "bazel-*", # convenience symlinks
+ "out", # IntelliJ with setup-intellij.sh
+ "output", # output of compile.sh
+ ".*", # mainly .git* files
],
) + [
"//examples:srcs",