nano

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

commit da9ea91b37321606d385dec64d050bbab98160fe
parent 54217ea5001e4e3846e6057e69c515fe8343c0ba
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Tue,  5 Apr 2016 17:14:30 +0200

build-sys: ignore .patch, .orig and .swp files

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

diff --git a/.gitignore b/.gitignore @@ -1,6 +1,9 @@ *~ *.bak *.o +*.orig +*.patch +*.swp .deps .libs Makefile