This is an automated email from Gerrit.

"Jan Matyas <jan.mat...@codasip.com>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/8518

-- gerrit

commit ef50dbb1b542f2bf7571b8c9958a41966878e52a
Author: Jan Matyas <jan.mat...@codasip.com>
Date:   Thu Oct 3 09:59:24 2024 +0200

    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 <jan.mat...@codasip.com>

diff --git a/.gitignore b/.gitignore
index 103dad2c75..5de33077e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,6 +84,9 @@ patches
 .cproject
 .settings
 
+# VSCode stuff
+.vscode
+
 # Emacs temp files
 *~
 

-- 

Reply via email to