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:
parent
a8937c394d
commit
c966b7abd1
1 changed files with 5 additions and 1 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue