From c22d1a486114f73c34abc2e04dd5ce932b94aea5 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 19 Nov 2025 19:08:49 -0800 Subject: [PATCH] maint: add coreutils_hardlinks to src/.gitignore * src/.gitignore (coreutils_hardlinks): Ignore this file. It is an empty file created when --enable-single-binary=hardlinks is used to ensure hardlinks are created after the multicall binary. --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitignore b/src/.gitignore index 2fffa349be..50af90108e 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -16,6 +16,7 @@ chroot cksum comm coreutils +coreutils_hardlinks cp csplit cut -- 2.47.3