From ba2440f56065c680e6cbafe612a348b8845e187d Mon Sep 17 00:00:00 2001
From: Constantin Pape <constantin.pape@iwr.uni-heidelberg.de>
Date: Wed, 11 Sep 2019 11:44:37 +0200
Subject: [PATCH] Add tifs to gitignore

---
 .gitignore | 1 +
 README.md  | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8c24881..a42e734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ __pycache__/
 tmp*
 *.DS_Store
 data/dev-*
+*.tif
diff --git a/README.md b/README.md
index 0990970..f2cc4de 100755
--- a/README.md
+++ b/README.md
@@ -117,6 +117,13 @@ java -jar /g/cba/exchange/bigdataserver/bigdataviewer-server-2.1.2-jar-with-depe
 
 ## Data generation
 
-In addition to the data, the scripts for generating the derived data are also collected here.
+In addition to the data, the scripts for generating registration and producing derived data are also collected here:
+
+### Registration
+
+The folder `registration` contains ...
+
+### Segmentation
+
 `scripts/segmentation` contains the scripts to generate the derived segmentations with automated segmentation approaches.
 `deprecated/make_initial_version.py` was used to generate the initial data in `/data/0.0.0`.
-- 
GitLab