ancient-stone-50795
12/31/2015, 1:24 PM# ":aux-"
# At Square, we generated BUILD.aux files automatically if a handwritten build file is present.
# By default, ignore those targets unless they are referenced directly by another target.
# "/target/", "/target:"
# Exclude BUILD files copied under maven target directories
# "net.sf.gqrinder.grinder"
# Exclude this target - it pulls in a maven dep that is meant to work with the clojure plugin that pants doesn't understand
exclude_target_regexp: [
":aux-",
"/target/", "/target:",
"net.sf.grinder.grinder"
]