浏览代码

[skip ci]Update ignore file

Bernard Xiong 6 年之前
父节点
当前提交
d1c943a7e0
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 1 0
      .gitignore
  2. 9 0
      .vscode/settings.json

+ 1 - 0
.gitignore

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

+ 9 - 0
.vscode/settings.json

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