From ab0ecd7e6818f34ed6699a5c606230fe3dff3d94 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 3 Dec 2020 13:57:08 +0100 Subject: [PATCH] Small changes --- .gitignore | 2 ++ .gitlab-ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index beb02de6..b522b1da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# -*- mode:conf; -*- + # dot files .* !/.gitignore diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 660c7279..8f7c9e31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen # Copyright (C) 2019 Henrik tom Wörden +# Copyright (C) 2020 Indiscale GmbH <info@indiscale.com> +# Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as -- GitLab