From 18b88a12f07136fe09da61c2d8c6dcd233dc687c Mon Sep 17 00:00:00 2001 From: obrusvit Date: Sun, 9 Feb 2025 14:32:09 +0100 Subject: [PATCH] fix(legacy): add build to .gitignore - "build" serves to ignore symlink to "build/" directory in the legacy docker reproducible build - otherwise, the symlink is considered a local change and the resulting binary contains "-dirty" in the name --- legacy/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/.gitignore b/legacy/.gitignore index bfc0438368..6e1783c1d2 100644 --- a/legacy/.gitignore +++ b/legacy/.gitignore @@ -1,3 +1,4 @@ +build build/ *.a *.bin