diff options
author | Dakota Hawkins <dakotahawkins@gmail.com> | 2018-07-01 14:40:50 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-07-03 11:48:14 -0400 |
commit | 9c01704e9fb6b1f34aa52b1299b1a0dcc2de817e (patch) | |
tree | 132bf12c4f0fd53528f5bc0acc3a8174f1275697 /.gitignore | |
parent | dc70284c811a3183295371903d965658a9d2f8e0 (diff) | |
download | cmake-9c01704e9fb6b1f34aa52b1299b1a0dcc2de817e.tar.gz |
gitignore: Ignore a .vscode 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 22e98005c8..1a257d2035 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ Testing # Visual Studio work directory .vs/ + +# Visual Studio Code +.vscode/ |