add CTestTestfile.cmake into CMake.gitignore

CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
This commit is contained in:
leeyiw 2016-05-05 14:59:25 +08:00
parent 0390f39d01
commit 59e4f9acc3
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake