From 98a1564365cd7d9a96f4168a6d00e326eb34840b Mon Sep 17 00:00:00 2001
From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de>
Date: Wed, 18 Nov 2020 08:34:57 +0100
Subject: [PATCH] restore .gitignore

---
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..239fcefa5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# exclude top level directories
+# which are taken from other git repositories
+# The / at the beginning is important, otherwise all directories
+# containing the string are ignored 
+/geometry
+/input
+/parameters
+/build
+
+# Comment some single files
+Dart*.cfg
-- 
GitLab