From ea09c078ca2ae93b6861bc27862ad1e9f9c1ac4b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Aug 2025 16:57:26 +0200 Subject: [PATCH] Don't include .git-blame-ignore-revs in source archives This file is only useful when using Git. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4eb146520d..5691755288 100644 --- a/.gitattributes +++ b/.gitattributes @@ -43,6 +43,7 @@ build/upmake -diff .cirrus.yml export-ignore .github/ export-ignore .gitattributes export-ignore +.git-blame-ignore-revs export-ignore .gitignore export-ignore .gitmodules export-ignore .mailmap export-ignore