Ignore cmake generated files when used as submodule

This commit is contained in:
wxf 2018-08-03 16:23:38 +08:00
parent e887b03e5a
commit 51b65058ad

11
.gitignore vendored
View File

@ -41,3 +41,14 @@ googletest/fused-src/
# macOS files
.DS_Store
# Ignore cmake generated directories and files.
CMakeFiles
CTestTestfile.cmake
Makefile
cmake_install.cmake
googlemock/CMakeFiles
googlemock/CTestTestfile.cmake
googlemock/Makefile
googlemock/cmake_install.cmake
googlemock/gtest