From 114ca19f64d8af5365ecf171cc2adc45a763a406 Mon Sep 17 00:00:00 2001 From: Jan Matyas Date: Thu, 3 Oct 2024 09:59:24 +0200 Subject: [PATCH] gitignore: Start ignoring ".vscode" To help the developers who use Visual Studio Code IDE, ignore the ".vscode" folder in Git. This folder contains local configuration of the VSCode workspace. Change-Id: I1d54d8ce2bd0680f2fa1fb773bb33c786bdcc608 Signed-off-by: Jan Matyas Reviewed-on: https://review.openocd.org/c/openocd/+/8518 Reviewed-by: Antonio Borneo Tested-by: jenkins --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 103dad2c7..5de33077e 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,9 @@ patches .cproject .settings +# VSCode stuff +.vscode + # Emacs temp files *~