summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-14 15:21:22 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-14 15:21:22 (GMT)
commitfa5188d0edf081396ca0134d07cd8706549ddede (patch)
tree0ca4bd292aa7de1a16779dcc3c3f59dcc54f64cc /Utilities
parent03be8ccbf607b378c7ffcfd2ffe6797612837efa (diff)
parent0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 (diff)
downloadCMake-fa5188d0edf081396ca0134d07cd8706549ddede.zip
CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.gz
CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.bz2
Merge branch 'backport-clang-format-cuda' into clang-format-cuda
Diffstat (limited to 'Utilities')
-rwxr-xr-xUtilities/Scripts/clang-format.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/clang-format.bash b/Utilities/Scripts/clang-format.bash
index 8e07c99..2b36ac5 100755
--- a/Utilities/Scripts/clang-format.bash
+++ b/Utilities/Scripts/clang-format.bash
@@ -107,7 +107,7 @@ case "$mode" in
esac
# Filter sources to which our style should apply.
-$git_ls -z -- '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' |
+$git_ls -z -- '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' '*.cu' '*.notcu' |
# Exclude lexer/parser generator input and output.
egrep -z -v '^Source/cmCommandArgumentLexer\.' |