diff options
author | wxf <xiaofeng.wang@bqvision.com> | 2018-08-03 16:23:38 +0800 |
---|---|---|
committer | wxf <xiaofeng.wang@bqvision.com> | 2018-08-03 16:46:08 +0800 |
commit | 51b65058ad72d2d92fff89f04aad99f8bbddb147 (patch) | |
tree | 7438233512f1d0e285784b48396ae68721d52337 /.gitignore | |
parent | e887b03e5a1f6095a2cd08c28db8a63d4c016231 (diff) | |
download | googletest-git-51b65058ad72d2d92fff89f04aad99f8bbddb147.tar.gz |
Ignore cmake generated files when used as submodule
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |