Added .vscode to .gitignore

.vscode - folder automatically created at project compilation.
It is not needed in the main repository.

Change-Id: I3ed94174ee2ca043b7c138aa30f3c3e8ade2505e
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
diff --git a/.gitignore b/.gitignore
index 316a0eb..efe0df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 customrc
 *.sw?
 .repo/
+.vscode/