nano

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

commit 4d7e7e28fdbb02c45e5c2ab30f4995cde175e805
parent 648eac936eedfd0f2494f728b3ccbe716647cbae
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 15 Jun 2020 19:11:45 +0200

tweaks: drop obsolete 'nano.spec' from .gitignore file, and reshuffle

Diffstat:
M.gitignore | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -13,6 +13,9 @@ core .gdb_history .gdbinit +/src/nano +/src/revision.h + /ABOUT-NLS /INSTALL /aclocal.m4 @@ -35,7 +38,7 @@ core /mkinstalldirs /stamp-h1 -# gettext m4 files. +# Gettext m4 files: /m4/codeset.m4 /m4/extern-inline.m4 /m4/fcntl-o.m4 @@ -69,13 +72,9 @@ core /m4/wint_t.m4 /m4/xsize.m4 -# gnulib entries +# Gnulib stuff: /gnulib/ /lib/ /m4/.gitignore /m4/gnulib-cache.m4 /snippet/ - -/nano.spec -/src/nano -/src/revision.h