Procházet zdrojové kódy

Merge pull request #1628 from RT-Thread/feature_ignore

[skip ci]Update ignore file
Bernard Xiong před 6 roky
rodič
revize
7367bcc290
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
  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"
+}