From 1ac3d42b13bd4cd0621c4bc8b4bb524d34da922b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Fri, 23 Oct 2020 13:57:28 +0200
Subject: [PATCH] fix: ignore vars/network.yml, because it has to be provided
 separately for each install run anyway and isn't suitable for version control

---
 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 53ddc84..c1bd755 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,11 @@ tags
 #########
 
 build/
+
+# temporary files #
+###################
+
+# A fresh version of this file has to be provided by the administrator each
+# time new systems should be installed. Hence, it's not suitable for version
+# control.
+vars/network.yml
-- 
GitLab