diff options
author | Brad King <brad.king@kitware.com> | 2017-02-14 15:21:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-14 15:21:22 (GMT) |
commit | fa5188d0edf081396ca0134d07cd8706549ddede (patch) | |
tree | 0ca4bd292aa7de1a16779dcc3c3f59dcc54f64cc /Utilities/Scripts | |
parent | 03be8ccbf607b378c7ffcfd2ffe6797612837efa (diff) | |
parent | 0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 (diff) | |
download | CMake-fa5188d0edf081396ca0134d07cd8706549ddede.zip CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.gz CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.bz2 |
Merge branch 'backport-clang-format-cuda' into clang-format-cuda
Diffstat (limited to 'Utilities/Scripts')
-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\.' | |