m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/7] maint: drop CVS cruft


From: Eric Blake
Subject: [PATCH 6/7] maint: drop CVS cruft
Date: Tue, 4 Sep 2012 17:10:04 -0600

These days, no one is complaining about using git as the primary
interface.  Anyone still using CVS can maintain their own ignore files.

* .cvsignore: Remove.
* build-aux/.cvsignore: Likewise.
* checks/.cvsignore: Likewise.
* doc/.cvsignore: Likewise.
* examples/.cvsignore: Likewise.
* src/.cvsignore: Likewise.

Signed-off-by: Eric Blake <address@hidden>
---
 .cvsignore           | 31 -------------------------------
 ChangeLog            |  8 ++++++++
 build-aux/.cvsignore | 10 ----------
 checks/.cvsignore    |  3 ---
 doc/.cvsignore       | 15 ---------------
 examples/.cvsignore  |  2 --
 src/.cvsignore       |  6 ------
 7 files changed, 8 insertions(+), 67 deletions(-)
 delete mode 100644 .cvsignore
 delete mode 100644 build-aux/.cvsignore
 delete mode 100644 checks/.cvsignore
 delete mode 100644 doc/.cvsignore
 delete mode 100644 examples/.cvsignore
 delete mode 100644 src/.cvsignore

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 1e719de..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,31 +0,0 @@
-*.tar.bz2
-*.tar.gz
-.tarball-version
-.version
-aclocal.m4
-autom4te.cache
-config.cache
-config.guess
-config.h
-config.log
-config.status
-config.sub
-config-h.in
-configure
-configure.lineno
-depcomp
-gendocs.sh
-GNUmakefile
-gnupload
-install-sh
-lib
-link-warning.h
-m4-*
-Makefile.in
-Makefile
-missing
-stamp-h
-stamp-h1
-stamp-h.in
-tests
-maint.mk
diff --git a/ChangeLog b/ChangeLog
index 35f0748..0459597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2012-09-04  Eric Blake  <address@hidden>

+       maint: drop CVS cruft
+       * .cvsignore: Remove.
+       * build-aux/.cvsignore: Likewise.
+       * checks/.cvsignore: Likewise.
+       * doc/.cvsignore: Likewise.
+       * examples/.cvsignore: Likewise.
+       * src/.cvsignore: Likewise.
+
        build: add more compiler checking
        * configure.ac (nw): Turn on some warnings that no longer trigger
        a gcc warning, or where we reduce the scope of unwarned code.
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
deleted file mode 100644
index 3119fce..0000000
--- a/build-aux/.cvsignore
+++ /dev/null
@@ -1,10 +0,0 @@
-announce-gen
-config.rpath
-gendocs.sh
-git-version-gen
-gnu-web-doc-update
-gnupload
-link-warning.h
-update-copyright
-useless-if-before-free
-vc-list-files
diff --git a/checks/.cvsignore b/checks/.cvsignore
deleted file mode 100644
index cfdeddf..0000000
--- a/checks/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-[0-9][0-9][0-9].*
-Makefile
-stamp-checks
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644
index 81f5a1e..0000000
--- a/doc/.cvsignore
+++ /dev/null
@@ -1,15 +0,0 @@
-fdl-1.3.texi
-gendocs_template
-gpl-3.0.texi
-m4.1
-m4.??
-m4.???
-m4.html
-m4.info*
-Makefile.in
-Makefile
-manual
-mdate-sh
-stamp-vti
-texinfo.tex
-version.texi
diff --git a/examples/.cvsignore b/examples/.cvsignore
deleted file mode 100644
index 3dda729..0000000
--- a/examples/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile.in
-Makefile
diff --git a/src/.cvsignore b/src/.cvsignore
deleted file mode 100644
index 9b593c0..0000000
--- a/src/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-.deps
-*.o
-Makefile.in
-Makefile
-m4
-m4.exe
-- 
1.7.11.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]