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-d3aeb78583b8master
parent
aa17df0bfd
commit
8ded73e758
25
.cvsignore
25
.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
|
|
|
@ -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
|
|
@ -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>
|
2008-03-16 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/help.c, src/global. - Fix help strings no longer being
|
* src/help.c, src/global. - Fix help strings no longer being
|
||||||
translated properly.
|
translated properly.
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
nanorc.sample
|
|
|
@ -0,0 +1 @@
|
||||||
|
/nanorc.sample
|
|
@ -1,5 +1,3 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
nano.1.html
|
nano.1.html
|
||||||
nanorc.5.html
|
nanorc.5.html
|
||||||
rnano.1.html
|
rnano.1.html
|
|
@ -1,5 +0,0 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
nano.1.html
|
|
||||||
nanorc.5.html
|
|
||||||
rnano.1.html
|
|
|
@ -1,2 +0,0 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
|
@ -1,5 +1,3 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
nano.info
|
|
||||||
nano.html
|
|
||||||
texinfo.tex
|
texinfo.tex
|
||||||
|
nano.html
|
||||||
|
nano.info
|
|
@ -1,2 +0,0 @@
|
||||||
Makefile.in
|
|
||||||
Makefile
|
|
|
@ -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
|
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
nano
|
|
||||||
.deps
|
|
Loading…
Reference in New Issue