diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-06-27 20:38:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-02 13:33:54 (GMT) |
commit | bb4a1410592342a824b1dd755b7ca8897deac65c (patch) | |
tree | 9131b8f3b5e531a9fb5471a0b77e9d0b121f5f00 /Source/LexerParser/.gitattributes | |
parent | a1f78a481c8cbda1f0c8503c4d661c3c3ddf00a6 (diff) | |
download | CMake-bb4a1410592342a824b1dd755b7ca8897deac65c.zip CMake-bb4a1410592342a824b1dd755b7ca8897deac65c.tar.gz CMake-bb4a1410592342a824b1dd755b7ca8897deac65c.tar.bz2 |
CTest: Add lexer for PROCESSES property
Diffstat (limited to 'Source/LexerParser/.gitattributes')
-rw-r--r-- | Source/LexerParser/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/LexerParser/.gitattributes b/Source/LexerParser/.gitattributes index 47eedfb..e5a1d8b 100644 --- a/Source/LexerParser/.gitattributes +++ b/Source/LexerParser/.gitattributes @@ -2,6 +2,8 @@ /cmCommandArgumentLexer.h generated /cmCommandArgumentParser.cxx generated /cmCommandArgumentParserTokens.h generated +/cmCTestProcessesLexer.cxx generated +/cmCTestProcessesLexer.h generated /cmDependsJavaLexer.cxx generated /cmDependsJavaLexer.h generated /cmDependsJavaParser.cxx generated |