diff options
author | jrp2014 <jrp2014@users.noreply.github.com> | 2018-03-31 19:28:03 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-05 13:42:42 -0400 |
commit | 12a145534ae04b99fdbd23aec53c9113718c9ad0 (patch) | |
tree | 8c1179769b1bb7afe52e2de5313b9615a1fca181 /.gitignore | |
parent | 3201e4c156fcf79a7c29a73430e72b1bcd43cedc (diff) | |
download | cmake-12a145534ae04b99fdbd23aec53c9113718c9ad0.tar.gz |
gitignore: Ignore a .vs directory in the source tree
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d1732d17b..22e98005c8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ *.pyc Testing + +# Visual Studio work directory +.vs/ |