mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
Ignore cmake generated files when used as submodule
This commit is contained in:
parent
e887b03e5a
commit
51b65058ad
11
.gitignore
vendored
11
.gitignore
vendored
@ -41,3 +41,14 @@ googletest/fused-src/
|
|||||||
|
|
||||||
# macOS files
|
# macOS files
|
||||||
.DS_Store
|
.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…
x
Reference in New Issue
Block a user