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.
This commit is contained in:
Vadim Zeitlin 2023-01-16 16:40:02 +01:00
parent a8937c394d
commit c966b7abd1

6
.gitattributes vendored
View file

@ -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