aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorArkadiy Shapkin <arkady.shapkin@gmail.com>2017-05-03 13:40:33 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2017-10-25 16:04:01 +0300
commit2641b021fc2ab12896cf868d90f19936ef4b4696 (patch)
tree94f1a3f223b38d4830d639f8b892378ff8c69443 /.gitignore
parent77380cddf77133b98a16b5427ac732648233de29 (diff)
downloadgoogletest-2641b021fc2ab12896cf868d90f19936ef4b4696.tar.gz
googletest-2641b021fc2ab12896cf868d90f19936ef4b4696.tar.bz2
googletest-2641b021fc2ab12896cf868d90f19936ef4b4696.zip
Fix tests with VS2015 and VS2017
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8f89b801..4cea432f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/