From 7aafc608878343081a7203bf06e3e9289ac05fca Mon Sep 17 00:00:00 2001
From: Martin Hierholzer <martin.hierholzer@desy.de>
Date: Mon, 13 Feb 2023 11:07:11 +0100
Subject: [PATCH] project-template: add vs code workspace files to gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f59e2ba..0eb37c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ build
 *.kdev4
 .vscode
 CMakeLists.txt.user
+*.code-workspace
 #files ending with ~ are emacs backups
 *~
 #files ending with .swp might show up when using vi
-- 
GitLab