nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit e512466ff0ed853de1518b169187285dc6c7860d
parent 131849e7e83d93c2f121187800cb31b6cb2008a7
Author: Peter Michaux <petermichaux@gmail.com>
Date:   Mon, 21 Apr 2025 13:08:46 -0700

build: add the 'm4/host-cpu-c-abi.m4' file to .gitignore

For some reason `autopoint` from gettext-0.20 (used since nano-8.1)
started to include the 'm4/host-cpu-c-abi.m4' file.  Ignore it, to
prevent it from accidentally getting tracked.

Signed-off-by: Peter Michaux <petermichaux@gmail.com>

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -45,6 +45,7 @@ core /m4/gettext.m4 /m4/glibc2.m4 /m4/glibc21.m4 +/m4/host-cpu-c-abi.m4 /m4/iconv.m4 /m4/intdiv0.m4 /m4/intl.m4