.gitignore: ignore any .vscode* file (#7266)

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

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>

Co-authored-by: Nicholas Smith <nicholas@nbembedded.com>
This commit is contained in:
Beginner 2021-07-03 17:19:44 +08:00 committed by GitHub
parent d7bef8a8f4
commit b875a76417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

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