[PATCH] gitignore: add VSCode workspace dir

Inochi Amaoto inochiama at outlook.com
Fri Jul 28 18:49:38 PDT 2023


VSCode uses .vscode dir to store workspace settings, update .gitignore to
ignore it

Signed-off-by: Inochi Amaoto <inochiama at outlook.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c11afd3..69ff5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ install/
 tags
 cscope*
 *.swp
+.vscode
-- 
2.41.0




More information about the opensbi mailing list