From: Ralf Wildenhues Date: Thu, 11 Oct 2007 17:30:24 +0000 (+0200) Subject: * .gitignore: Ignore tags and TAGS files. X-Git-Tag: v2.62~213^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddf173dbce0fc03dc92776043d431c62ac9be11;p=thirdparty%2Fautoconf.git * .gitignore: Ignore tags and TAGS files. --- diff --git a/.gitignore b/.gitignore index 556e12c1..ef10c31f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ autom4te.cache .#* CVS *~ +tags +TAGS diff --git a/ChangeLog b/ChangeLog index dfa78e1b..1ccbd062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-11 Ralf Wildenhues + + * .gitignore: Ignore tags and TAGS files. + 2007-10-11 Eric Blake Config header generation followup.