From d9947c4893eb2bd7c80731a3b51af09d3ce39e79 Mon Sep 17 00:00:00 2001
From: Raphael Grimm <raphael.grimm@student.kit.edu>
Date: Mon, 19 Jun 2017 15:46:58 +0200
Subject: [PATCH] add a gitkeep file in build

---
 build/.gitkeep | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 build/.gitkeep

diff --git a/build/.gitkeep b/build/.gitkeep
new file mode 100644
index 000000000..65df06394
--- /dev/null
+++ b/build/.gitkeep
@@ -0,0 +1,4 @@
+Git can only track files and not directory.
+
+Therefore this file is added to all empty directories
+which need to be available after a Git clone.
-- 
GitLab