This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=ea218b8834f1244a5fa897dae3770c7abdda419b The branch, branch-1_4 has been updated via ea218b8834f1244a5fa897dae3770c7abdda419b (commit) from 8ad387be88fe59b2925598db2afb00800f2a643b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea218b8834f1244a5fa897dae3770c7abdda419b Author: Eric Blake <[EMAIL PROTECTED]> Date: Wed Dec 5 21:37:23 2007 -0700 Ignore built m4 in non-VPATH builds. * src/.cvsignore: Update. * src/.gitignore: Likewise. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: src/.cvsignore | 1 + src/.gitignore | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/.cvsignore b/src/.cvsignore index 900782f..a4438e6 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -2,3 +2,4 @@ *.o Makefile.in Makefile +m4 diff --git a/src/.gitignore b/src/.gitignore index 900782f..a4438e6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,3 +2,4 @@ *.o Makefile.in Makefile +m4 hooks/post-receive -- GNU M4 source repository
