From 069ad929c2894203e0434de83dc8fb79809b5b31 Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Mon, 21 Nov 2022 21:30:28 +0100 Subject: [PATCH] .gitignore: ignore all files within .vscode/ except user's settings Signed-off-by: Dylan Laduranty --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a734b7e246..611cbc7aab 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,8 @@ cachegrind.out* # Codelite (among others) project files *.project # Visual Studio Code user settings -.vscode/ +.vscode/* +!.vscode/settings.json # ctags index files tags # GDB initialization scripts