diff options
author | Brad King <brad.king@kitware.com> | 2017-02-14 15:22:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-14 15:22:43 (GMT) |
commit | f45e3b950991f5c4f66cd132bda61a369a3016d7 (patch) | |
tree | 140a75b4fb04f717499474342d23d882e1e99954 /Utilities | |
parent | f0e5954fcee6b546eaa858b1e3323f529d906d04 (diff) | |
parent | c4a6135039a417087b478c031849337316022263 (diff) | |
download | CMake-f45e3b950991f5c4f66cd132bda61a369a3016d7.zip CMake-f45e3b950991f5c4f66cd132bda61a369a3016d7.tar.gz CMake-f45e3b950991f5c4f66cd132bda61a369a3016d7.tar.bz2 |
Merge branch 'backport-clang-format-cuda' into release
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/clang-format.bash | 2 |
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\.' | |