From 417a07c22db39dc544f00f9a8b71a7fe1479981e Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Sun, 25 Apr 2021 22:46:28 +0200 Subject: [PATCH] [Config] Add VSCode workspace files to .gitignore (#12469) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6846cf63..90f3d6752 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ doxygen/ .browse.VC.db* *.stackdump # Let these ones be user specific, since we have so many different configurations +*.code-workspace .vscode/c_cpp_properties.json .vscode/launch.json .vscode/tasks.json