From d805e421d01d22fd18be9ec66c243a1233111bfc Mon Sep 17 00:00:00 2001 From: Kevin Gleason Date: Thu, 1 Sep 2022 11:32:12 -0400 Subject: [PATCH] Add .vscode to gitignore (#68) VS Code makes a directory `.vscode/` with json configurations in it for C++ extensions. If we end up wanting certain configs for vs code to be stored in this repo, we can edit this later, for now will save a lot of trouble to ignore everything. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f0eec2ca4f..7a990f48321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build llvm-project llvm-build +.vscode