From: Chris Allegretta Date: Tue, 18 Mar 2008 02:44:39 +0000 (+0000) Subject: Add .gitignore files for Mike F, remove .cvsignores which are X-Git-Tag: v2.1.0~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8ded73e758d399b990ad6246762f60cf8a2b41f5;p=nano.git 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 --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 147d9bca..00000000 --- a/.cvsignore +++ /dev/null @@ -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 new file mode 100644 index 00000000..21b165de --- /dev/null +++ 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 index cf3b26eb..c130f545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-17 Mike Frysinger + * */.gitignore - Git ignore files for those running a local git + against SVN. + 2008-03-16 Benno Schulenberg * src/help.c, src/global. - Fix help strings no longer being translated properly. diff --git a/doc/.cvsignore b/doc/.cvsignore deleted file mode 100644 index 38d4a518..00000000 --- a/doc/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -nanorc.sample diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..a2acc8dd --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +/nanorc.sample diff --git a/doc/man/.cvsignore b/doc/man/.cvsignore deleted file mode 100644 index ac2dd23a..00000000 --- a/doc/man/.cvsignore +++ /dev/null @@ -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 new file mode 100644 index 00000000..97e8d5b3 --- /dev/null +++ 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 deleted file mode 100644 index ac2dd23a..00000000 --- a/doc/man/fr/.cvsignore +++ /dev/null @@ -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 deleted file mode 100644 index 282522db..00000000 --- a/doc/syntax/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/doc/texinfo/.cvsignore b/doc/texinfo/.cvsignore deleted file mode 100644 index f6bd99e9..00000000 --- a/doc/texinfo/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile -Makefile.in -nano.info -nano.html -texinfo.tex diff --git a/doc/texinfo/.gitignore b/doc/texinfo/.gitignore new file mode 100644 index 00000000..9fa0ed48 --- /dev/null +++ b/doc/texinfo/.gitignore @@ -0,0 +1,3 @@ +texinfo.tex +nano.html +nano.info diff --git a/m4/.cvsignore b/m4/.cvsignore deleted file mode 100644 index 3dda7298..00000000 --- a/m4/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile.in -Makefile diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index a2104e36..00000000 --- a/po/.cvsignore +++ /dev/null @@ -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 new file mode 100644 index 00000000..49361242 --- /dev/null +++ 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 deleted file mode 100644 index 96f29cf0..00000000 --- a/src/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -nano -.deps