From 9b80f9ca55266574114a29fae17625cdce1ed403 Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Sat, 6 Apr 2024 21:45:05 +0200
Subject: [PATCH] fix .gitignore: use , instead ; as delimiter

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 comments.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/comments.csv b/comments.csv
index 2d61d6b..520798e 100644
--- a/comments.csv
+++ b/comments.csv
@@ -1,4 +1,4 @@
-.gitignore,L;#
+.gitignore,L,#
 ABAP,L,*
 ABAP,L,&quot;
 Action Code Script,L,//
-- 
GitLab