From fcbac501f217f29ceff48f98a6d9e4f1a4f88e5c Mon Sep 17 00:00:00 2001
From: Steffen Vogel <post@steffenvogel.de>
Date: Wed, 28 Apr 2021 15:45:39 +0200
Subject: [PATCH] fix gitignore

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

diff --git a/.gitignore b/.gitignore
index 6517e5d..5615d74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 python/dist/
-python/rwth_jupyter.egg-info/
+*.egg-info/
 __pycache__/
-- 
GitLab