summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)/../.."