From fcb2203431653dfe23af196fe600814798939d9f Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 23 Jun 2025 17:36:40 +0200 Subject: [PATCH] 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