diff options
author | m-gupta <gupt.manoj@gmail.com> | 2017-10-25 10:24:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 10:24:56 -0700 |
commit | 060783b7d2b7386e798a47fc19aaf0a9b3260545 (patch) | |
tree | a379a874e9e55043f67aed0d034018d92b79fa04 /.gitignore | |
parent | 1beff241c359fb8c98c98a661142e5b614eceb64 (diff) | |
parent | 7684db32712ea4fdb56e8d6f784c51d6f39e5e2c (diff) | |
download | googletest-060783b7d2b7386e798a47fc19aaf0a9b3260545.tar.gz googletest-060783b7d2b7386e798a47fc19aaf0a9b3260545.tar.bz2 googletest-060783b7d2b7386e798a47fc19aaf0a9b3260545.zip |
Merge branch 'master' into gtestapifix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -9,4 +9,16 @@ bazel-googletest bazel-out bazel-testlogs # python -*.pyc
\ No newline at end of file +*.pyc + +# Visual Studio files +*.sdf +*.opensdf +*.VC.opendb +*.suo +*.user +_ReSharper.Caches/ +Win32-Debug/ +Win32-Release/ +x64-Debug/ +x64-Release/ |