From 8f3c0c914fe557a87818a01165e1eadee2052afd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 13 Jan 2022 17:30:55 +0100
Subject: [PATCH] Add samza state dir to gitignore

---
 theodolite-benchmarks/uc1-beam-samza/.gitignore | 1 +
 theodolite-benchmarks/uc2-beam-samza/.gitignore | 1 +
 theodolite-benchmarks/uc3-beam-samza/.gitignore | 1 +
 theodolite-benchmarks/uc4-beam-samza/.gitignore | 1 +
 4 files changed, 4 insertions(+)
 create mode 100644 theodolite-benchmarks/uc1-beam-samza/.gitignore
 create mode 100644 theodolite-benchmarks/uc2-beam-samza/.gitignore
 create mode 100644 theodolite-benchmarks/uc3-beam-samza/.gitignore
 create mode 100644 theodolite-benchmarks/uc4-beam-samza/.gitignore

diff --git a/theodolite-benchmarks/uc1-beam-samza/.gitignore b/theodolite-benchmarks/uc1-beam-samza/.gitignore
new file mode 100644
index 000000000..7bf05dd28
--- /dev/null
+++ b/theodolite-benchmarks/uc1-beam-samza/.gitignore
@@ -0,0 +1 @@
+state
\ No newline at end of file
diff --git a/theodolite-benchmarks/uc2-beam-samza/.gitignore b/theodolite-benchmarks/uc2-beam-samza/.gitignore
new file mode 100644
index 000000000..7bf05dd28
--- /dev/null
+++ b/theodolite-benchmarks/uc2-beam-samza/.gitignore
@@ -0,0 +1 @@
+state
\ No newline at end of file
diff --git a/theodolite-benchmarks/uc3-beam-samza/.gitignore b/theodolite-benchmarks/uc3-beam-samza/.gitignore
new file mode 100644
index 000000000..7bf05dd28
--- /dev/null
+++ b/theodolite-benchmarks/uc3-beam-samza/.gitignore
@@ -0,0 +1 @@
+state
\ No newline at end of file
diff --git a/theodolite-benchmarks/uc4-beam-samza/.gitignore b/theodolite-benchmarks/uc4-beam-samza/.gitignore
new file mode 100644
index 000000000..7bf05dd28
--- /dev/null
+++ b/theodolite-benchmarks/uc4-beam-samza/.gitignore
@@ -0,0 +1 @@
+state
\ No newline at end of file
-- 
GitLab