[skip ci]Update ignore file
This commit is contained in:
parent
62c6205bc8
commit
d1c943a7e0
|
@ -25,3 +25,4 @@ documentation/html
|
||||||
tools/kconfig-frontends/kconfig-mconf
|
tools/kconfig-frontends/kconfig-mconf
|
||||||
packages
|
packages
|
||||||
cconfig.h
|
cconfig.h
|
||||||
|
GPUCache
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"C_Cpp.dimInactiveRegions": false,
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/build": true,
|
||||||
|
"bsp" : true,
|
||||||
|
},
|
||||||
|
"editor.renderWhitespace": "all"
|
||||||
|
}
|
Loading…
Reference in New Issue