Browse Source

[skip ci]Update ignore file

Bernard Xiong 6 năm trước cách đây
mục cha
commit
d1c943a7e0
2 tập tin đã thay đổi với 10 bổ sung0 xóa
  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"
+}