From 59e4f9acc38b1964f2c00570876f2978c68dc15e Mon Sep 17 00:00:00 2001 From: leeyiw Date: Thu, 5 May 2016 14:59:25 +0800 Subject: [PATCH] add CTestTestfile.cmake into CMake.gitignore CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt. --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index b558e9af..0cc7e4b5 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -4,3 +4,4 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt +CTestTestfile.cmake