From c1599deb1fe7f06700386db368f6383740db77ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>
Date: Sun, 4 Apr 2021 17:39:54 +0200
Subject: [PATCH] Remove .git/, .gitmodules and gnulib/ from bootstrap
 artefacts

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7649db9..b1794b34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,9 @@ Debian-Testing:
         paths:
             - ./
         exclude:
+            - .git/
+            - .gitmodules
+            - gnulib/
             - cache
             - cache/*
             - cache/**