[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. 857a1007645f45c31e
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. 857a1007645f45c31ed0f6070e04ca066fc1bce5 |
Date: |
Sun, 25 Mar 2012 12:38:20 +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-build has been updated
via 857a1007645f45c31ed0f6070e04ca066fc1bce5 (commit)
from 021b5a16001132e8a11a28471525f28747ffa4b2 (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=857a1007645f45c31ed0f6070e04ca066fc1bce5
commit 857a1007645f45c31ed0f6070e04ca066fc1bce5
Author: Andrew J. Schorr <address@hidden>
Date: Sun Mar 25 08:36:59 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, xgawk-build, updated. 857a1007645f45c31ed0f6070e04ca066fc1bce5,
Andrew J. Schorr <=