Bernard Xiong 6 лет назад
Родитель
Сommit
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"
+}