From 525c6ae98390bb351098e78ec4ce3784a25a1c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Mon, 23 Jun 2025 17:06:42 +0200 Subject: [PATCH] Do not include benchmark data in tarball names.csv file triples (compressed) tarball size. meson dist respects .gitattributes so we don't need to add special magic to meson.build. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 361ae28708..bc10d9a4ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,6 +23,7 @@ dangerfile.py export-ignore /conftools export-ignore /doc/design export-ignore /doc/dev export-ignore +/tests/bench/names.csv export-ignore /util/** export-ignore /util/bindkeys.pl -export-ignore /util/check-make-install.in -export-ignore