Ignore cmake generated files when used as submodule

pull/1697/head
wxf 7 years ago
parent e887b03e5a
commit 51b65058ad
  1. 11
      .gitignore

11
.gitignore vendored

@ -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

Loading…
Cancel
Save