add .vscode/ to gitignore

I personally dev on vscode and I have some preferences to save when it
comes to running the python unit tests. So escaping this directory is
actually useful.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2499/head
Sébastien Han 2018-04-04 16:23:54 +02:00
parent ecd3563c21
commit 3c4319ca4b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode/*
.vagrant
*.vdi
*.keyring