From 6a020fdc06509750e4b3ae18395530856cc9230e Mon Sep 17 00:00:00 2001 From: Darragh Elliott Date: Mon, 26 Aug 2024 09:39:28 +0200 Subject: [PATCH] Exclude translation datadir from git clean --- build/buildrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildrun.sh b/build/buildrun.sh index dd0dcd5c91..3483162cba 100755 --- a/build/buildrun.sh +++ b/build/buildrun.sh @@ -128,7 +128,7 @@ git_build_into(){ build_into(){ # Clean up source directory. - git -C "${basedir}" clean -dxf + git -C "${basedir}" clean -dxf --exclude=status.fsfe.org/translations/data # Remove old stage directory. rm -rf "${stagedir}"