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 Libtool".
The branch, pr-msvc-support has been updated
via 7d968923f145fb8e26dea571b4dfcc2d42166d0e (commit)
from 2a9436d3e88691efc3474812d116fac34d734683 (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 7d968923f145fb8e26dea571b4dfcc2d42166d0e
Author: Peter Rosin <[EMAIL PROTECTED]>
Date: Mon Aug 18 14:25:55 2008 +0200
* .gitignore: Ignore *.obj files for MSVC (and w32).
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index cacff4e..37f3bc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
*.lo
*.log
*.o
+*.obj
*.pg
*.toc
*.tp
diff --git a/ChangeLog b/ChangeLog
index 328416a..7c67992 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Peter Rosin <[EMAIL PROTECTED]>
+
+ * .gitignore: Ignore *.obj files for MSVC (and w32).
+
2008-08-16 Ralf Wildenhues <[EMAIL PROTECTED]>
* libltdl/m4/libtool.m4 (LT_PATH_NM): Move setting of
hooks/post-receive
--
GNU Libtool