From 924a2facce2a16dc6668a555f2db3d8c1e14930d Mon Sep 17 00:00:00 2001
From: Moritz Strohm <strohm@data-quest.de>
Date: Mon, 26 Jul 2021 09:42:50 +0200
Subject: [PATCH] gitignore change: filter out all files with a tilde at their
 filenames end, finally fixes #2

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

diff --git a/.gitignore b/.gitignore
index 4b2c8439546..9ce8142c12a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.*~
+*~
 
 .webpack.*
 composer
-- 
GitLab