From 8d20e1c9ebc1e84b92baeb43db14b9b89a435ae0 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Fri, 29 Oct 2021 08:36:01 +0200
Subject: [PATCH] Add singularity container files to gitignore.

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

diff --git a/.gitignore b/.gitignore
index eb06f09d..277f7685 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,6 +71,9 @@ target/
 # Jupyter Notebook
 .ipynb_checkpoints
 
+# singularity containers
+*.sif
+
 # pyenv
 .python-version
 
-- 
GitLab