-rw-r--r-- | .cvsignore | 16 | ||||
-rw-r--r-- | .gitignore | 35 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | compat/.gitignore (renamed from compat/.cvsignore) | 0 | ||||
-rw-r--r-- | doc/.gitignore (renamed from doc/.cvsignore) | 0 | ||||
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/gdbm.texi (renamed from doc/gdbm.texinfo) | 0 | ||||
-rw-r--r-- | export/.gitignore (renamed from export/.cvsignore) | 0 | ||||
-rw-r--r-- | po/.gitignore (renamed from po/.cvsignore) | 0 | ||||
-rw-r--r-- | src/.gitignore (renamed from src/.cvsignore) | 0 | ||||
-rw-r--r-- | tests/.gitignore (renamed from tests/.cvsignore) | 0 |
11 files changed, 52 insertions, 18 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 760601c..0000000 --- a/.cvsignore +++ b/dev/null @@ -1,16 +0,0 @@ -.emacs* -*.tar.* -ABOUT-NLS -Makefile -Makefile.in -aclocal.m4 -autoconf.h.in -autoconf.h -autom4te.cache -build-aux -config.log -config.status -configure -libtool -m4 -stamp-h1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12a8466 --- a/dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.a +*.la +*.lo +*.o +*.orig +*.pyc +*.rej +*.tar.bz2 +*.tar.gz +*.tar.xz +*~ +.deps +.emacs* +.libs +ABOUT-NLS +ChangeLog +INSTALL +Makefile +Makefile.in +TAGS +aclocal.m4 +autoconf.h +autoconf.h.in +autom4te.cache +build-aux +config.log +config.status +configure +configure.ac +core +gmon.out +libltdl +libtool +m4 +stamp-h1 @@ -1 +1,16 @@ +2016-07-07 Sergey Poznyakoff <gray@gnu.org.ua> + + Switch to Git repository + + * .cvsignore: Rename to .gitignore + * compat/.cvsignore: Likewise. + * doc/.cvsignore: Likewise. + * export/.cvsignore: Likewise. + * po/.cvsignore: Likewise. + * src/.cvsignore: Likewise. + * tests/.cvsignore: Likewise. + + * doc/gdbm.texinfo: Rename to doc/gdbm.texi + * doc/Makefile.am: Update + 2016-07-06 Sergey Poznyakoff <gray@gnu.org.ua> diff --git a/compat/.cvsignore b/compat/.gitignore index 62535c7..62535c7 100644 --- a/compat/.cvsignore +++ b/compat/.gitignore diff --git a/doc/.cvsignore b/doc/.gitignore index e3d20a8..e3d20a8 100644 --- a/doc/.cvsignore +++ b/doc/.gitignore diff --git a/doc/Makefile.am b/doc/Makefile.am index 8773b75..1c83450 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ # This file is part of GDBM. -*- Makefile -*- -# Copyright (C) 2007, 2011, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2007, 2011, 2014-2016 Free Software Foundation, Inc. # @@ -18,3 +18,3 @@ -info_TEXINFOS = gdbm.texinfo +info_TEXINFOS = gdbm.texi gdbm_TEXINFOS=\ diff --git a/doc/gdbm.texinfo b/doc/gdbm.texi index 6322a9b..6322a9b 100644 --- a/doc/gdbm.texinfo +++ b/doc/gdbm.texi diff --git a/export/.cvsignore b/export/.gitignore index 62e7a85..62e7a85 100644 --- a/export/.cvsignore +++ b/export/.gitignore diff --git a/po/.cvsignore b/po/.gitignore index d0e89c4..d0e89c4 100644 --- a/po/.cvsignore +++ b/po/.gitignore diff --git a/src/.cvsignore b/src/.gitignore index bc1099e..bc1099e 100644 --- a/src/.cvsignore +++ b/src/.gitignore diff --git a/tests/.cvsignore b/tests/.gitignore index 0883563..0883563 100644 --- a/tests/.cvsignore +++ b/tests/.gitignore |