[skip ci]Update ignore file

This commit is contained in:
Bernard Xiong 2018-07-15 14:54:06 +08:00
parent 62c6205bc8
commit d1c943a7e0
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ documentation/html
tools/kconfig-frontends/kconfig-mconf
packages
cconfig.h
GPUCache

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"C_Cpp.dimInactiveRegions": false,
"files.exclude": {
"**/.git": true,
"**/build": true,
"bsp" : true,
},
"editor.renderWhitespace": "all"
}