Merge pull request #1628 from RT-Thread/feature_ignore

[skip ci]Update ignore file
This commit is contained in:
Bernard Xiong 2018-07-15 15:12:52 +08:00 committed by GitHub
commit 7367bcc290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}