|
From: openocd-gerrit <ope...@us...> - 2024-10-20 09:25:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 114ca19f64d8af5365ecf171cc2adc45a763a406 (commit)
from 21a211d547406d2639ed02256f491ead93a22a20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 114ca19f64d8af5365ecf171cc2adc45a763a406
Author: Jan Matyas <jan...@co...>
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...@co...>
Reviewed-on: https://review.openocd.org/c/openocd/+/8518
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
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
*~
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
Main OpenOCD repository
|