gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, xgawk, updated. 0d3d874286915d9986489221


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, xgawk, updated. 0d3d874286915d998648922158dabf2ffc38d7f9
Date: Sun, 25 Mar 2012 12:38:04 +0000

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 "gawk".

The branch, xgawk has been updated
       via  0d3d874286915d998648922158dabf2ffc38d7f9 (commit)
      from  85a195f6f9901e98abe9306f1e05e25107e61955 (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0d3d874286915d998648922158dabf2ffc38d7f9

commit 0d3d874286915d998648922158dabf2ffc38d7f9
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Mar 25 08:36:54 2012 -0400

    Add extension/.gitignore to ignore libtool output.

diff --git a/extension/.gitignore b/extension/.gitignore
new file mode 100644
index 0000000..ee95901
--- /dev/null
+++ b/extension/.gitignore
@@ -0,0 +1,3 @@
+# ignore files created by libtool
+*.l[oa]
+.libs
diff --git a/extension/ChangeLog b/extension/ChangeLog
index ddaec90..2287434 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-25         Andrew J. Schorr     <address@hidden>
+
+       * .gitignore: New file to ignore files created by libtool (including
+       binaries and associated metadata).
+
 2012-03-21         Andrew J. Schorr     <address@hidden>
 
        * Makefile.am (INCLUDES): Remove -I$(top_srcdir)/intl.

-----------------------------------------------------------------------

Summary of changes:
 extension/.gitignore |    3 +++
 extension/ChangeLog  |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 extension/.gitignore


hooks/post-receive
-- 
gawk



reply via email to

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