Explorar o código

[skip ci]Update ignore file

Bernard Xiong %!s(int64=6) %!d(string=hai) anos
pai
achega
d1c943a7e0
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  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"
+}