From 20381a94abde8a060b5ba4db5b8303593af5e77a Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 23 Mar 2016 13:30:28 +0000 Subject: Fix root BUILD file This should fix current ci.bazel.io breakage. -- MOS_MIGRATED_REVID=117924148 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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 ], -- cgit v1.2.3