summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2017-06-28 16:25:25 -0700
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2017-06-28 16:25:25 -0700
commitdc1899458eb1333ad108c98724852962d4a13ca0 (patch)
tree84e0da8f552bbab60aecd4f374870d0301ab22ee /automation
parentc034a3c33cf4224a547560a366e64f95d98a0bbc (diff)
downloadnss-hg-dc1899458eb1333ad108c98724852962d4a13ca0.tar.gz
Bug 1372127 - skip out directory on clang-format, r=ttaubert
Diffstat (limited to 'automation')
-rwxr-xr-xautomation/clang-format/run_clang_format.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/clang-format/run_clang_format.sh b/automation/clang-format/run_clang_format.sh
index df29a085f..2ba5ebeb1 100755
--- a/automation/clang-format/run_clang_format.sh
+++ b/automation/clang-format/run_clang_format.sh
@@ -22,6 +22,7 @@ blacklist=(
"./lib/sqlite" \
"./gtests/google_test" \
"./.hg" \
+ "./out" \
)
top="$(dirname $0)/../.."