mirror of https://github.com/qt/qtbase.git
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:
parent
c6128fc67c
commit
09da7f470e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue