diff options
author | Chris <chrisjohnsonmail@gmail.com> | 2018-12-15 19:32:19 (GMT) |
---|---|---|
committer | Chris <chrisjohnsonmail@gmail.com> | 2018-12-15 19:32:19 (GMT) |
commit | 0f698c830f7977a5eb61c397a15a6c5be25dbb3f (patch) | |
tree | 248e8ced044a5ca62d5d7d64b0ee82c88847039a | |
parent | 1496f73cc4c3125e6e22d06d193ad3bac89ddae3 (diff) | |
download | googletest-0f698c830f7977a5eb61c397a15a6c5be25dbb3f.zip googletest-0f698c830f7977a5eb61c397a15a6c5be25dbb3f.tar.gz googletest-0f698c830f7977a5eb61c397a15a6c5be25dbb3f.tar.bz2 |
chore: Add .vs to .gitignore for Visual Studiorefs/pull/2013/head
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ bazel-testlogs *.pyc # Visual Studio files +.vs *.sdf *.opensdf *.VC.opendb |