From fe4c8a1f592a2ba560c6f2ce58e1e6a249f1e41d Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Mon, 13 Jun 2022 13:23:57 +0000
Subject: [PATCH] Add stl/ to gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index d01b0b265..d0a459bb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,9 @@ __pycache__/
 .sync/
 .idea/
 
+# Simulation input
+stl/
+
 # Simulation results
 output/
 logs/
-- 
GitLab