aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-23 13:30:28 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-23 14:43:26 +0000
commit20381a94abde8a060b5ba4db5b8303593af5e77a (patch)
treea1ae1f84be9a0ad1fbf11dd0bd474d5416e12175 /BUILD
parentb8b4a1c0fa248d50eb954b5196381fd7b9ba3e06 (diff)
Fix root BUILD file
This should fix current ci.bazel.io breakage. -- MOS_MIGRATED_REVID=117924148
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
],