summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Van Patten <timvp@google.com>2022-08-12 16:48:53 -0600
committerPatrick Georgi <patrick@coreboot.org>2022-08-30 17:56:55 +0000
commitd0777c976aa4cfdd391ad9d18d03fdb8be9eebb8 (patch)
treebc7fc4ddd4e1a8bcd899b6edfd914ed8fa2db8c3 /.gitignore
parent7b42153e589eaabfca590f033e53ed85b313e64a (diff)
downloadcoreboot-d0777c976aa4cfdd391ad9d18d03fdb8be9eebb8.tar.gz
.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 <timvp@google.com> Change-Id: I8fe6439f01bd5ada8ceb814a22602db241aa11d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66701 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jon Murphy <jpmurphy@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0c3237b9e4..126cae665d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ tags
.clang_complete
.cache
compile_commands.json
+.vscode/
# Cross-compile toolkits
xgcc/