From: Eric Blake Date: Thu, 20 Sep 2007 15:00:04 +0000 (-0600) Subject: Ignore additional files, when copying cross-repository. X-Git-Tag: v2.62~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2746ed2fc0f81736cbf556575a08e62ab0d46c73;p=thirdparty%2Fautoconf.git Ignore additional files, when copying cross-repository. * .gitignore: Ignore CVS directories, emacs edits. * .cvsignore: Ignore .git directory, emacs edits. --- diff --git a/.cvsignore b/.cvsignore index 1bd22761..247c5dc7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,6 +4,9 @@ config.log config.status configure.scan autoconf-[0-9].* -*.log log +*.log +log releases autom4te.cache +.#* +.git diff --git a/.gitignore b/.gitignore index 1bd22761..1a8c13dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ config.log config.status configure.scan autoconf-[0-9].* -*.log log +*.log +log releases autom4te.cache +.#* +CVS diff --git a/ChangeLog b/ChangeLog index 2bf5aa12..35941f26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-20 Eric Blake + + Ignore additional files, when copying cross-repository. + * .gitignore: Ignore CVS directories, emacs edits. + * .cvsignore: Ignore .git directory, emacs edits. + 2007-09-15 Eric Blake Provide AC_VERSION, not m4_AUTOCONF_VERSION.