]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: exclude .gitattributes when using install_subdir
authorLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 9 Dec 2021 22:16:19 +0000 (22:16 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Dec 2021 06:30:58 +0000 (07:30 +0100)
commit082c67616511c7c08627eaf19af7e59a7f360479
treed18cc1d20e75d6bff362aa6e66afc13000fe66dc
parentee1eecfe4d72809cf32fcb8503bd37d22e4924a8
meson: exclude .gitattributes when using install_subdir

It picks the whole content of the directory by default, but we don't
want to install .gitattributes files. Add it to all invocations, not
just the ones on subdirs with .gitattributes, so that we don't regress
in the future.

Fixes #21715
test/meson.build