aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-10-25 10:33:54 -0400
committerGitHub <noreply@github.com>2017-10-25 10:33:54 -0400
commit7684db32712ea4fdb56e8d6f784c51d6f39e5e2c (patch)
treee8b98c51ad7fb8f9c55e6ca0f1c14f20a1567c45 /.gitignore
parent6d0bb75c81bc59770520e303f6a04737b8aedb39 (diff)
parent840c711e7bd7240b3f451821473c759ad3578412 (diff)
downloadgoogletest-7684db32712ea4fdb56e8d6f784c51d6f39e5e2c.tar.gz
googletest-7684db32712ea4fdb56e8d6f784c51d6f39e5e2c.tar.bz2
googletest-7684db32712ea4fdb56e8d6f784c51d6f39e5e2c.zip
Merge pull request #1218 from KindDragon/vs-build-fix
VS2015/2017 build fix and enable C++11 features (attempt number three)
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/