From dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 22 Mar 2016 14:36:02 +0000 Subject: Make specific options win over common ones When specifying which command names to parse options for, given the command annotation, ensure that "common" comes first, so that it can be overridden by more specific options. -- Change-Id: I20cd90c098e993580c32297d1e36c8a6c939873a Reviewed-on: https://bazel-review.googlesource.com/#/c/3091 MOS_MIGRATED_REVID=117821257 --- BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BUILD') 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", -- cgit v1.2.3