Просмотр исходного кода

add CTestTestfile.cmake into CMake.gitignore

CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
leeyiw 9 лет назад
Родитель
Сommit
59e4f9acc3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      CMake.gitignore

+ 1 - 0
CMake.gitignore

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