From ebd386280db58e1f303cbd07533a03c30820da28 Mon Sep 17 00:00:00 2001 From: Lukacs Berki Date: Tue, 22 Mar 2016 08:47:26 +0000 Subject: Exclude out/** from the source glob. This directory is used by IntelliJ if scripts/setup-intellij.sh is used to generate the .iml file. -- MOS_MIGRATED_REVID=117801566 --- BUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 6a7333e24a..3852863b59 100644 --- a/BUILD +++ b/BUILD @@ -21,9 +21,10 @@ filegroup( srcs = glob( ["**"], exclude = [ - "bazel-*/**", - "output/**", - ".*/**", + "bazel-*/**", # convenience symlinks + "out/**" # IntelliJ with setup-intellij.sh + "output/**", # output of compile.sh + ".*/**", # mainly git ], ) + [ "//examples:srcs", -- cgit v1.2.3