Add .vscode in git ignore list

Add a .vscode line in the .gitignore file to ignore the Visual Studio Code auto generated files.

Add a .vscode line in the .gitignore file to ignore the Visual Studio Code auto generated files.

Change-Id: Ifbcf82a9c23b4ecf35ae9fd84787f7e1e29df47b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Gustavo Carneiro 2020-04-22 13:55:54 -03:00
parent c6128fc67c
commit 09da7f470e
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -282,6 +282,9 @@ tags
*.appxmanifest *.appxmanifest
.qmake.winrt_uuid_* .qmake.winrt_uuid_*
# Visual Studio Code generated files
.vscode
# INTEGRITY generated files # INTEGRITY generated files
*.ael *.ael
*.dla *.dla