From c966b7abd17cab6a673c706d3b1ee4b164d2332e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 16 Jan 2023 16:40:02 +0100 Subject: [PATCH] Exclude a few more files from the distribution archive Exclude Git-specific .mailmap and the config files for the other CI services for consistency with the already excluded ones for GitHub Actions and AppVeyor CI. This results in less clatter at the top level for the source archives. --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bf16a71493..d66b5737ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -38,9 +38,13 @@ configure.in eol=lf # Ignore changes in the generated files. build/upmake -diff -# Don't include stuff which is only used with Git in the archives. +# Don't include stuff which is only useful when using Git and CI (which is only +# used with the actual repository and never the archives). +.circleci/ export-ignore +.cirrus.yml export-ignore .github/ export-ignore .gitattributes export-ignore .gitignore export-ignore .gitmodules export-ignore +.mailmap export-ignore appveyor.yml export-ignore