From c2ccb8c5c6705c6efd72d0ea10fa7fbb1e3f666f Mon Sep 17 00:00:00 2001
From: mrdrogdrog <tilman.vatteroth@udo.edu>
Date: Tue, 6 Oct 2015 21:11:38 +0200
Subject: [PATCH] keep the tmp-dir existing

---
 tmp/.gitignore | 2 ++
 tmp/dummy.txt  | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 tmp/dummy.txt

diff --git a/tmp/.gitignore b/tmp/.gitignore
index 72e8ffc..f60b6d6 100755
--- a/tmp/.gitignore
+++ b/tmp/.gitignore
@@ -1 +1,3 @@
 *
+!.gitignore
+!dummy.txt
diff --git a/tmp/dummy.txt b/tmp/dummy.txt
new file mode 100644
index 0000000..f8da527
--- /dev/null
+++ b/tmp/dummy.txt
@@ -0,0 +1 @@
+i'm dummy.txt . i keep the temp-dir! :3
-- 
GitLab