nano

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

commit 8ded73e758d399b990ad6246762f60cf8a2b41f5
parent aa17df0bfdda21004236c10398aa091970493e06
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue, 18 Mar 2008 02:44:39 +0000

Add .gitignore files for Mike F, remove .cvsignores which are
not needed.



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4235 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
D.cvsignore | 25-------------------------
A.gitignore | 26++++++++++++++++++++++++++
MChangeLog | 4++++
Ddoc/.cvsignore | 3---
Adoc/.gitignore | 1+
Ddoc/man/.cvsignore | 5-----
Adoc/man/.gitignore | 3+++
Ddoc/man/fr/.cvsignore | 5-----
Ddoc/syntax/.cvsignore | 2--
Ddoc/texinfo/.cvsignore | 5-----
Adoc/texinfo/.gitignore | 3+++
Dm4/.cvsignore | 2--
Dpo/.cvsignore | 18------------------
Apo/.gitignore | 11+++++++++++
Dsrc/.cvsignore | 4----
15 files changed, 48 insertions(+), 69 deletions(-)

diff --git a/.cvsignore b/.cvsignore @@ -1,25 +0,0 @@ -ABOUT-NLS -COPYING -INSTALL -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -confdefs.h -config.cache -config.h -config.h.in -config.log -config.status -config.rpath -configure -config.guess -config.sub -depcomp -install-sh -missing -mkinstalldirs -nano.spec -stamp-h -stamp-h.in -stamp-h1 diff --git a/.gitignore b/.gitignore @@ -0,0 +1,26 @@ +*.o +.deps +.libs +Makefile +Makefile.in + +/ABOUT-NLS +/INSTALL +/aclocal.m4 +/autom4te.cache +/config.guess +/config.log +/config.h +/config.h.in +/config.rpath +/config.status +/config.sub +/configure +/depcomp +/install-sh +/missing +/mkinstalldirs +/stamp-h1 + +/nano.spec +/src/nano diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-17 Mike Frysinger <vapier@gentoo.org> + * */.gitignore - Git ignore files for those running a local git + against SVN. + 2008-03-16 Benno Schulenberg <bensberg@justemail.net> * src/help.c, src/global. - Fix help strings no longer being translated properly. diff --git a/doc/.cvsignore b/doc/.cvsignore @@ -1,3 +0,0 @@ -Makefile -Makefile.in -nanorc.sample diff --git a/doc/.gitignore b/doc/.gitignore @@ -0,0 +1 @@ +/nanorc.sample diff --git a/doc/man/.cvsignore b/doc/man/.cvsignore @@ -1,5 +0,0 @@ -Makefile -Makefile.in -nano.1.html -nanorc.5.html -rnano.1.html diff --git a/doc/man/.gitignore b/doc/man/.gitignore @@ -0,0 +1,3 @@ +nano.1.html +nanorc.5.html +rnano.1.html diff --git a/doc/man/fr/.cvsignore b/doc/man/fr/.cvsignore @@ -1,5 +0,0 @@ -Makefile -Makefile.in -nano.1.html -nanorc.5.html -rnano.1.html diff --git a/doc/syntax/.cvsignore b/doc/syntax/.cvsignore @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/doc/texinfo/.cvsignore b/doc/texinfo/.cvsignore @@ -1,5 +0,0 @@ -Makefile -Makefile.in -nano.info -nano.html -texinfo.tex diff --git a/doc/texinfo/.gitignore b/doc/texinfo/.gitignore @@ -0,0 +1,3 @@ +texinfo.tex +nano.html +nano.info diff --git a/m4/.cvsignore b/m4/.cvsignore @@ -1,2 +0,0 @@ -Makefile.in -Makefile diff --git a/po/.cvsignore b/po/.cvsignore @@ -1,18 +0,0 @@ -Makefile -Makefile.in -Makefile.in.in -POTFILES -Rules-quot -boldquot.sed -cat-id* -en@boldquot.header -en@quot.header -insert-header.sin -messages -messages.mo -nano.pot -remove-potcdate.sed -remove-potcdate.sin -stamp-cat* -quot.sed -*.gmo diff --git a/po/.gitignore b/po/.gitignore @@ -0,0 +1,11 @@ +/*.gmo + +/Makefile.in.in +/Rules-quot +/boldquot.sed +/en@boldquot.header +/en@quot.header +/insert-header.sin +/POTFILES +/quot.sed +/remove-potcdate.sin diff --git a/src/.cvsignore b/src/.cvsignore @@ -1,4 +0,0 @@ -Makefile -Makefile.in -nano -.deps