summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDakota Hawkins <dakotahawkins@gmail.com>2018-07-01 14:40:50 -0400
committerBrad King <brad.king@kitware.com>2018-07-03 11:48:14 -0400
commit9c01704e9fb6b1f34aa52b1299b1a0dcc2de817e (patch)
tree132bf12c4f0fd53528f5bc0acc3a8174f1275697 /.gitignore
parentdc70284c811a3183295371903d965658a9d2f8e0 (diff)
downloadcmake-9c01704e9fb6b1f34aa52b1299b1a0dcc2de817e.tar.gz
gitignore: Ignore a .vscode directory in the source tree
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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/