From d0777c976aa4cfdd391ad9d18d03fdb8be9eebb8 Mon Sep 17 00:00:00 2001 From: Tim Van Patten Date: Fri, 12 Aug 2022 16:48:53 -0600 Subject: [PATCH] .gitignore: Add .vscode/ Visual Studio Code uses the directory .vscode/ to store data, so add it to the .gitignore. Signed-off-by: Tim Van Patten Change-Id: I8fe6439f01bd5ada8ceb814a22602db241aa11d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66701 Tested-by: build bot (Jenkins) Reviewed-by: Jon Murphy --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c3237b9e4f3..126cae665d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ tags .clang_complete .cache compile_commands.json +.vscode/ # Cross-compile toolkits xgcc/