autoconf-patches
[Top][All Lists]
Advanced

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

remove .cvsignore files


From: Eric Blake
Subject: remove .cvsignore files
Date: Mon, 17 Aug 2009 06:58:20 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The git-cvsserver view of autoconf.git is still active, but so poorly
tested that I no longer mind if using CVS to track autoconf shows lots of
unknown files.  So, I'm committing this, which removes all .cvsignore
files and consolidates all .gitignore files into the top level.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqJU+wACgkQ84KuGfSFAYAbdACeNzQOTOr6f3kc27Wcc68QhyoW
BSUAmwSd1dq5pPzh0pq9ROcW6w/swtBT
=OdU5
-----END PGP SIGNATURE-----
>From 4cdf58d4f04e4fb69f1520279b86dfbee64fbea1 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Fri, 14 Aug 2009 15:52:52 -0600
Subject: [PATCH] Simplify version control metadata.

* .cvsignore: Delete.
* bin/.cvsignore: Likewise.
* config/.cvsignore: Likewise.
* doc/.cvsignore: Likewise.
* lib/.cvsignore: Likewise.
* lib/autoconf/.cvsignore: Likewise.
* lib/Autom4te/.cvsignore: Likewise.
* lib/autoscan/.cvsignore: Likewise.
* lib/autotest/.cvsignore: Likewise.
* lib/emacs/.cvsignore: Likewise.
* lib/m4sugar/.cvsignore: Likewise.
* man/.cvsignore: Likewise.
* tests/.cvsignore: Likewise.
* bin/.gitignore: Likewise.
* build-aux/.gitignore: Likewise.
* config/.gitignore: Likewise.
* doc/.gitignore: Likewise.
* lib/.gitignore: Likewise.
* lib/autoconf/.gitignore: Likewise.
* lib/Autom4te/.gitignore: Likewise.
* lib/autoscan/.gitignore: Likewise.
* lib/autotest/.gitignore: Likewise.
* lib/emacs/.gitignore: Likewise.
* lib/m4sugar/.gitignore: Likewise.
* man/.gitignore: Likewise.
* tests/.gitignore: Likewise.
* .gitignore: Consolidate all rules into one file.

Signed-off-by: Eric Blake <address@hidden>
---
 .cvsignore              |   12 -------
 .gitignore              |   74 ++++++++++++++++++++++++++++++++++++++---------
 ChangeLog               |   29 ++++++++++++++++++
 bin/.cvsignore          |   10 ------
 bin/.gitignore          |   10 ------
 build-aux/.gitignore    |    5 ---
 config/.cvsignore       |    1 -
 config/.gitignore       |    1 -
 doc/.cvsignore          |   36 -----------------------
 doc/.gitignore          |   38 ------------------------
 lib/.cvsignore          |    2 -
 lib/.gitignore          |    2 -
 lib/Autom4te/.cvsignore |    1 -
 lib/Autom4te/.gitignore |    1 -
 lib/autoconf/.cvsignore |    2 -
 lib/autoconf/.gitignore |    2 -
 lib/autoscan/.cvsignore |    1 -
 lib/autoscan/.gitignore |    2 -
 lib/autotest/.cvsignore |    2 -
 lib/autotest/.gitignore |    2 -
 lib/emacs/.cvsignore    |    3 --
 lib/emacs/.gitignore    |    3 --
 lib/m4sugar/.cvsignore  |    4 --
 lib/m4sugar/.gitignore  |    4 --
 man/.cvsignore          |    3 --
 man/.gitignore          |    3 --
 tests/.cvsignore        |   32 --------------------
 tests/.gitignore        |   32 --------------------
 28 files changed, 89 insertions(+), 228 deletions(-)
 delete mode 100644 .cvsignore
 delete mode 100644 bin/.cvsignore
 delete mode 100644 bin/.gitignore
 delete mode 100644 build-aux/.gitignore
 delete mode 100644 config/.cvsignore
 delete mode 100644 config/.gitignore
 delete mode 100644 doc/.cvsignore
 delete mode 100644 doc/.gitignore
 delete mode 100644 lib/.cvsignore
 delete mode 100644 lib/.gitignore
 delete mode 100644 lib/Autom4te/.cvsignore
 delete mode 100644 lib/Autom4te/.gitignore
 delete mode 100644 lib/autoconf/.cvsignore
 delete mode 100644 lib/autoconf/.gitignore
 delete mode 100644 lib/autoscan/.cvsignore
 delete mode 100644 lib/autoscan/.gitignore
 delete mode 100644 lib/autotest/.cvsignore
 delete mode 100644 lib/autotest/.gitignore
 delete mode 100644 lib/emacs/.cvsignore
 delete mode 100644 lib/emacs/.gitignore
 delete mode 100644 lib/m4sugar/.cvsignore
 delete mode 100644 lib/m4sugar/.gitignore
 delete mode 100644 man/.cvsignore
 delete mode 100644 man/.gitignore
 delete mode 100644 tests/.cvsignore
 delete mode 100644 tests/.gitignore

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 247c5dc..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,12 +0,0 @@
-Makefile
-config.cache
-config.log
-config.status
-configure.scan
-autoconf-[0-9].*
-*.log
-log
-releases
-autom4te.cache
-.#*
-.git
diff --git a/.gitignore b/.gitignore
index 96e8b08..f36511c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,67 @@
 *.log
+*.m4f
+*.tmp
 *~
 .#*
 .version
 CVS
-Fetchdir
-INSTALL
+/Fetchdir
+/INSTALL
 Makefile
 Makefile.in
-TAGS
-aclocal.m4
-autoconf-[0-9].*
-autom4te.cache
-config.cache
-config.log
-config.status
-configure
-configure.scan
-log
-releases
-tags
+/TAGS
+/aclocal.m4
+/autoconf-[0-9].*
+/autom4te.cache
+/bin/autoheader
+/bin/autoconf
+/bin/autoconf.in
+/bin/autom4te
+/bin/autoreconf
+/bin/autoscan
+/bin/autoupdate
+/bin/ifnames
+/build-aux/elisp-comp
+/build-aux/install-sh
+/build-aux/mdate-sh
+/build-aux/missing
+/build-aux/mkinstalldirs
+/config.cache
+/config.log
+/config.status
+/configure
+/configure.scan
+/doc/*.??
+!/doc/Makefile.am
+/doc/*.???
+/doc/*.info*
+/doc/manual
+/doc/stamp-vti
+/doc/standards
+/doc/version.texi
+/lib/autom4te.cfg
+/lib/autoscan/autoscan.list
+/lib/emacs/*.elc
+/lib/emacs/elc-stamp
+/lib/m4sugar/version.m4
+/log
+/man/*.[1-9]
+/man/autoscan.log
+/releases
+/tags
+/tests/ac*.at
+/tests/atconfig
+/tests/atlocal
+/tests/autoconf
+/tests/autoheader
+/tests/autom4te
+/tests/autoreconf
+/tests/autoscan
+/tests/autoupdate
+/tests/expr
+/tests/ifnames
+/tests/mktests.stamp
+/tests/package.m4
+/tests/testsuite
+/tests/testsuite.dir
+/tests/wrapper.in
diff --git a/ChangeLog b/ChangeLog
index 6a048e4..0c31723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
 2009-08-14  Eric Blake  <address@hidden>

+       Simplify version control metadata.
+       * .cvsignore: Delete.
+       * bin/.cvsignore: Likewise.
+       * config/.cvsignore: Likewise.
+       * doc/.cvsignore: Likewise.
+       * lib/.cvsignore: Likewise.
+       * lib/autoconf/.cvsignore: Likewise.
+       * lib/Autom4te/.cvsignore: Likewise.
+       * lib/autoscan/.cvsignore: Likewise.
+       * lib/autotest/.cvsignore: Likewise.
+       * lib/emacs/.cvsignore: Likewise.
+       * lib/m4sugar/.cvsignore: Likewise.
+       * man/.cvsignore: Likewise.
+       * tests/.cvsignore: Likewise.
+       * bin/.gitignore: Likewise.
+       * build-aux/.gitignore: Likewise.
+       * config/.gitignore: Likewise.
+       * doc/.gitignore: Likewise.
+       * lib/.gitignore: Likewise.
+       * lib/autoconf/.gitignore: Likewise.
+       * lib/Autom4te/.gitignore: Likewise.
+       * lib/autoscan/.gitignore: Likewise.
+       * lib/autotest/.gitignore: Likewise.
+       * lib/emacs/.gitignore: Likewise.
+       * lib/m4sugar/.gitignore: Likewise.
+       * man/.gitignore: Likewise.
+       * tests/.gitignore: Likewise.
+       * .gitignore: Consolidate all rules into one file.
+
        Normalize remaining copyright lines.
        * BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
        * NEWS: Likewise.
diff --git a/bin/.cvsignore b/bin/.cvsignore
deleted file mode 100644
index 7905e79..0000000
--- a/bin/.cvsignore
+++ /dev/null
@@ -1,10 +0,0 @@
-Makefile
-autoconf.in
-autoheader
-autoconf
-autom4te
-autoreconf
-autoscan
-autoupdate
-ifnames
-autom4te.cache
diff --git a/bin/.gitignore b/bin/.gitignore
deleted file mode 100644
index 7905e79..0000000
--- a/bin/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-Makefile
-autoconf.in
-autoheader
-autoconf
-autom4te
-autoreconf
-autoscan
-autoupdate
-ifnames
-autom4te.cache
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
deleted file mode 100644
index 4d07c5a..0000000
--- a/build-aux/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-elisp-comp
-install-sh
-mdate-sh
-missing
-mkinstalldirs
diff --git a/config/.cvsignore b/config/.cvsignore
deleted file mode 100644
index f3c7a7c..0000000
--- a/config/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/config/.gitignore b/config/.gitignore
deleted file mode 100644
index f3c7a7c..0000000
--- a/config/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644
index ddccc90..0000000
--- a/doc/.cvsignore
+++ /dev/null
@@ -1,36 +0,0 @@
-*.AC
-*.ACs
-*.AT
-*.ATs
-*.cp
-*.cps
-*.cv
-*.cvs
-*.ev
-*.evs
-*.fn
-*.fns
-*.MS
-*.MSs
-*.ov
-*.ovs
-*.pr
-*.prs
-*.vr
-*.vrs
-*.ky
-*.aux
-*.dvi
-*.info
-*.log
-Makefile
-autoconf
-*.pdf
-*.pg
-*.ps
-stamp-vti
-standards
-*.tmp
-*.toc
-*.tp
-version.texi
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index c806b1e..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,38 +0,0 @@
-*.AC
-*.ACs
-*.AT
-*.ATs
-*.aux
-*.cp
-*.cps
-*.cv
-*.cvs
-*.dvi
-*.ev
-*.evs
-*.fn
-*.fns
-*.html
-*.htp
-*.info*
-*.ky
-*.log
-*.MS
-*.MSs
-*.ov
-*.ovs
-*.pdf
-*.pg
-*.pr
-*.prs
-*.ps
-*.tmp
-*.toc
-*.tp
-*.vr
-*.vrs
-Makefile
-manual
-stamp-vti
-standards
-version.texi
diff --git a/lib/.cvsignore b/lib/.cvsignore
deleted file mode 100644
index 7e1cfa1..0000000
--- a/lib/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-autom4te.cfg
diff --git a/lib/.gitignore b/lib/.gitignore
deleted file mode 100644
index 7e1cfa1..0000000
--- a/lib/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-autom4te.cfg
diff --git a/lib/Autom4te/.cvsignore b/lib/Autom4te/.cvsignore
deleted file mode 100644
index f3c7a7c..0000000
--- a/lib/Autom4te/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/lib/Autom4te/.gitignore b/lib/Autom4te/.gitignore
deleted file mode 100644
index f3c7a7c..0000000
--- a/lib/Autom4te/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/lib/autoconf/.cvsignore b/lib/autoconf/.cvsignore
deleted file mode 100644
index 5c7f2d5..0000000
--- a/lib/autoconf/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-*.m4f
diff --git a/lib/autoconf/.gitignore b/lib/autoconf/.gitignore
deleted file mode 100644
index 5c7f2d5..0000000
--- a/lib/autoconf/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-*.m4f
diff --git a/lib/autoscan/.cvsignore b/lib/autoscan/.cvsignore
deleted file mode 100644
index f3c7a7c..0000000
--- a/lib/autoscan/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/lib/autoscan/.gitignore b/lib/autoscan/.gitignore
deleted file mode 100644
index 0644ad1..0000000
--- a/lib/autoscan/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-autoscan.list
diff --git a/lib/autotest/.cvsignore b/lib/autotest/.cvsignore
deleted file mode 100644
index ad1ca24..0000000
--- a/lib/autotest/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-autotest.m4f
diff --git a/lib/autotest/.gitignore b/lib/autotest/.gitignore
deleted file mode 100644
index ad1ca24..0000000
--- a/lib/autotest/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-autotest.m4f
diff --git a/lib/emacs/.cvsignore b/lib/emacs/.cvsignore
deleted file mode 100644
index b6ef677..0000000
--- a/lib/emacs/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-*.elc
-elc-stamp
diff --git a/lib/emacs/.gitignore b/lib/emacs/.gitignore
deleted file mode 100644
index b6ef677..0000000
--- a/lib/emacs/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-*.elc
-elc-stamp
diff --git a/lib/m4sugar/.cvsignore b/lib/m4sugar/.cvsignore
deleted file mode 100644
index 15dc523..0000000
--- a/lib/m4sugar/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-m4sh.m4f
-m4sugar.m4f
-version.m4
diff --git a/lib/m4sugar/.gitignore b/lib/m4sugar/.gitignore
deleted file mode 100644
index 15dc523..0000000
--- a/lib/m4sugar/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-m4sh.m4f
-m4sugar.m4f
-version.m4
diff --git a/man/.cvsignore b/man/.cvsignore
deleted file mode 100644
index f8a50b7..0000000
--- a/man/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.1
-Makefile
-autoscan.log
diff --git a/man/.gitignore b/man/.gitignore
deleted file mode 100644
index f8a50b7..0000000
--- a/man/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.1
-Makefile
-autoscan.log
diff --git a/tests/.cvsignore b/tests/.cvsignore
deleted file mode 100644
index 18f90bc..0000000
--- a/tests/.cvsignore
+++ /dev/null
@@ -1,32 +0,0 @@
-*.log
-*.tmp
-Makefile
-acautoheader.at
-acautoupdate.at
-acc.at
-acfortran.at
-acfunctions.at
-acgeneral.at
-acheaders.at
-aclang.at
-aclibs.at
-acprograms.at
-acspecific.at
-acstatus.at
-actypes.at
-atconfig
-atlocal
-autoconf
-autoheader
-autom4te
-autom4te.cache
-autoreconf
-autoscan
-autoupdate
-expr
-ifnames
-mktests.stamp
-package.m4
-testsuite
-testsuite.dir
-wrapper.in
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644
index 18f90bc..0000000
--- a/tests/.gitignore
+++ /dev/null
@@ -1,32 +0,0 @@
-*.log
-*.tmp
-Makefile
-acautoheader.at
-acautoupdate.at
-acc.at
-acfortran.at
-acfunctions.at
-acgeneral.at
-acheaders.at
-aclang.at
-aclibs.at
-acprograms.at
-acspecific.at
-acstatus.at
-actypes.at
-atconfig
-atlocal
-autoconf
-autoheader
-autom4te
-autom4te.cache
-autoreconf
-autoscan
-autoupdate
-expr
-ifnames
-mktests.stamp
-package.m4
-testsuite
-testsuite.dir
-wrapper.in
-- 
1.6.3.3.334.g916e1


reply via email to

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