This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 56d82b912b3b92508fe21035e075dc879691f5dc Author: Melroy van den Berg <melroy@melroy.org> Date: Wed May 20 09:38:47 2020 +0200 .gitignore: ignore Visual Studio temporary files. Fixes: #1469. --- .gitignore | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eafee6a..f056957 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ x2goclient.pro.user # This file. .gitignore + +# Generated by Visual Studio. +.vscode/ diff --git a/debian/changelog b/debian/changelog index 32a5550..21abcc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium error messages. - src/sshmasterconnection: correct retval check. - src/sshmasterconnection: explicitly mark function parameters as unused. + - .gitignore: ignore Visual Studio temporary files. Fixes: #1469. -- X2Go Release Manager <git-admin@x2go.org> Thu, 13 Feb 2020 12:31:20 +0100 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git