diff options
author | jrp2014 <jrp2014@users.noreply.github.com> | 2018-03-31 18:28:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-05 17:42:42 (GMT) |
commit | 12a145534ae04b99fdbd23aec53c9113718c9ad0 (patch) | |
tree | 8c1179769b1bb7afe52e2de5313b9615a1fca181 /.gitignore | |
parent | 3201e4c156fcf79a7c29a73430e72b1bcd43cedc (diff) | |
download | CMake-12a145534ae04b99fdbd23aec53c9113718c9ad0.zip CMake-12a145534ae04b99fdbd23aec53c9113718c9ad0.tar.gz CMake-12a145534ae04b99fdbd23aec53c9113718c9ad0.tar.bz2 |
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
@@ -5,3 +5,6 @@ *.pyc Testing + +# Visual Studio work directory +.vs/ |