aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index 3852863b59..295515d1e6 100644
--- a/BUILD
+++ b/BUILD
@@ -22,9 +22,9 @@ filegroup(
["**"],
exclude = [
"bazel-*/**", # convenience symlinks
- "out/**" # IntelliJ with setup-intellij.sh
- "output/**", # output of compile.sh
- ".*/**", # mainly git
+ "out/**" + # IntelliJ with setup-intellij.sh
+ "output/**", # output of compile.sh
+ ".*/**", # mainly git
],
) + [
"//examples:srcs",