From ed05a7c9eb1f5d9dcf43afd07de6c7eb58091800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Kieffer?= Date: Sat, 21 Sep 2024 15:10:04 +0200 Subject: [PATCH 1/3] clean up source distribution --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f6aab2cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +sandbox/* export-ignore +.github/* export-ignore +ci/* export-ignore +package/* export-ignore From 6dbab6c89f604ba1f76b1b518e0a14af13811de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Kieffer?= Date: Sat, 21 Sep 2024 15:13:16 +0200 Subject: [PATCH 2/3] exclude some files from the source distribution which are not needed for generic build. Nota: sdist requires the git-repo underneath --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f6aab2cd..f10c5efc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ sandbox/* export-ignore .github/* export-ignore ci/* export-ignore package/* export-ignore +build-deb.sh export-ignore From b90f27aab5f164c843c81b56f90ba1c5f1c11d15 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Tue, 24 Sep 2024 18:08:13 +0200 Subject: [PATCH 3/3] needed by appveyor ? --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f10c5efc..673daf5a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ sandbox/* export-ignore .github/* export-ignore -ci/* export-ignore +#ci/* export-ignore package/* export-ignore build-deb.sh export-ignore