.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

3
.gitignore vendored
View File

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