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 1/4] 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 From 4ffab46059be83337de7f2ea361ef1d52f2d51b8 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 23 Jun 2025 17:26:25 +0200 Subject: [PATCH 2/4] Do not include cocci/ data in tarball --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bc10d9a4ed..2e7e9b4f0f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,7 @@ dangerfile.py export-ignore /.mailmap export-ignore /.reuse/** export-ignore /ci export-ignore +/cocci/** export-ignore /conftools export-ignore /doc/design export-ignore /doc/dev export-ignore From fcb2203431653dfe23af196fe600814798939d9f Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 23 Jun 2025 17:36:40 +0200 Subject: [PATCH 3/4] Do not include empty directories cocci and .reuse in tarball --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2e7e9b4f0f..7193a7a4be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,8 +18,10 @@ dangerfile.py export-ignore /.github/** export-ignore /.gitlab/** export-ignore /.mailmap export-ignore +/.reuse export-ignore /.reuse/** export-ignore /ci export-ignore +/cocci export-ignore /cocci/** export-ignore /conftools export-ignore /doc/design export-ignore From b890ff46cc08e3714eefb0dce9ec9fa87eee815b Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 23 Jun 2025 17:38:17 +0200 Subject: [PATCH 4/4] Drop empty directory bin/rndc/include/ It should have been removed as part of 90880522259a389c7e4e29a240370e676b7d2b25. --- bin/rndc/include/.clang-format | 1 - 1 file changed, 1 deletion(-) delete mode 120000 bin/rndc/include/.clang-format diff --git a/bin/rndc/include/.clang-format b/bin/rndc/include/.clang-format deleted file mode 120000 index 0e62f72bcf..0000000000 --- a/bin/rndc/include/.clang-format +++ /dev/null @@ -1 +0,0 @@ -../../../.clang-format.headers \ No newline at end of file