
7 Mar
2022
7 Mar
'22
9:30 a.m.
On a Monday in 2022, Andrea Bolognani wrote:
The files marked as export-ignore here are not going to be included in the tarball produced by 'meson dist' when using meson >= 0.60.
Older versions of meson excluded a small subset of these files automatically, but since we have more control now we can be more aggressive and leave out anything that doesn't make sense in a release tarball.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- .gitattributes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitattributes
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano