Merge pull request #1697 from morris-stock/ignore-cmake-generated-files

Ignore cmake generated files when used as submodule
This commit is contained in:
Gennadiy Civil 2018-08-15 11:39:13 -07:00 committed by GitHub
commit 2172c08c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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