From 66c4eec45e78847b63699646f3b697c80d7114a2 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 23 Jan 2023 16:23:20 +0100 Subject: [PATCH 1/2] Rename COPYING to LICENSE --- COPYING => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename COPYING => LICENSE (100%) diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE From 8679d5ccbdbb3672338a699d588db6173831baea Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 24 Jan 2023 09:03:35 +0100 Subject: [PATCH 2/2] git: Update export-ignore --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 421c8f1e..d2eac1c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ -# Exclude files related to git when generating an archive .git* export-ignore -# Exclude ci-only scripts when generating an archive -bin/autoresolve export-ignore +bin/ export-ignore +locale/**/icinga.po export-ignore +src/ export-ignore +CONTRIBUTING.md export-ignore