.gitignore: ignore any .vscode* file

.vscode-ctags are being tracked by git. Update .gitignore to
include any .vscode* file

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
This commit is contained in:
Nicholas Smith 2021-07-01 15:07:56 +10:00 committed by Paul Spooren
parent 5a1065758b
commit 3c3a96df3f
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -29,4 +29,4 @@ git-src
.project .project
.cproject .cproject
.ccache .ccache
.vscode .vscode*