aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore (renamed from .cvsignore)23
-rw-r--r--ChangeLog15
-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.am4
-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
10 files changed, 38 insertions, 4 deletions
diff --git a/.cvsignore b/.gitignore
index 760601c..12a8466 100644
--- a/.cvsignore
+++ b/.gitignore
@@ -1,10 +1,25 @@
+*.a
+*.la
+*.lo
+*.o
+*.orig
+*.pyc
+*.rej
+*.tar.bz2
+*.tar.gz
+*.tar.xz
+*~
+.deps
.emacs*
-*.tar.*
+.libs
ABOUT-NLS
+ChangeLog
+INSTALL
Makefile
Makefile.in
+TAGS
aclocal.m4
-autoconf.h.in
autoconf.h
+autoconf.h.in
autom4te.cache
build-aux
@@ -12,4 +27,8 @@ config.log
config.status
configure
+configure.ac
+core
+gmon.out
+libltdl
libtool
m4
diff --git a/ChangeLog b/ChangeLog
index e08148b..51751d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,17 @@
+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,4 +1,4 @@
# 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.
#
# GDBM is free software; you can redistribute it and/or modify
@@ -17,5 +17,5 @@
# Documentation
-info_TEXINFOS = gdbm.texinfo
+info_TEXINFOS = gdbm.texi
gdbm_TEXINFOS=\
fdl.texi
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

Return to:

Send suggestions and report system problems to the System administrator.