* 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 2fffa349b..50af90108 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -16,6 +16,7 @@ chroot cksum comm coreutils +coreutils_hardlinks cp csplit cut -- 2.51.1
