diff options
author | Anel Husakovic <anel@mariadb.org> | 2018-12-24 03:21:58 -0800 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-03-13 18:51:08 +0400 |
commit | 51e48b9f8981986257a1cfbdf75e4fc29a5959c1 (patch) | |
tree | 7ef0fd4051000c1ecae7bc0f12a6166cbc589a21 /.gitignore | |
parent | 69b33fca8cce0912b7fecc79cbef895a119f3017 (diff) | |
download | mariadb-git-51e48b9f8981986257a1cfbdf75e4fc29a5959c1.tar.gz |
Ignore VScode workspace
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 31bd651a049..ca9ca17fc34 100644 --- a/.gitignore +++ b/.gitignore @@ -513,3 +513,6 @@ compile_commands.json .editorconfig .kateconfig *.kdev4 + +# Visual Studio Code workspace +.vscode/ |