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