[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-295
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2955-g6d2c444 |
Date: |
Sun, 8 Apr 2018 14:02:09 -0400 (EDT) |
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, gawk-4.2-stable has been updated
via 6d2c4444ccefdabe0c19faa396512d5879a3ef56 (commit)
from 36cbdfa23f7275964229c021f1e5d4f38cf3952f (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=6d2c4444ccefdabe0c19faa396512d5879a3ef56
commit 6d2c4444ccefdabe0c19faa396512d5879a3ef56
Author: Arnold D. Robbins <address@hidden>
Date: Sun Apr 8 21:00:53 2018 +0300
Update/add .gitignore files for extension and extension/po.
diff --git a/extension/.gitignore b/extension/.gitignore
index ee95901..4b50716 100644
--- a/extension/.gitignore
+++ b/extension/.gitignore
@@ -1,3 +1,4 @@
# ignore files created by libtool
*.l[oa]
.libs
+libtool
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 0ac4457..f65df4d 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-08 Arnold D. Robbins <address@hidden>
+
+ * .gitignore: Ignore libtool itself.
+
2018-03-13 Arnold D. Robbins <address@hidden>
* filefuncs.3am, filefuncs.c, fnmatch.3am, fnmatch.c,
diff --git a/extension/po/.gitignore b/extension/po/.gitignore
new file mode 100644
index 0000000..2a1c0ab
--- /dev/null
+++ b/extension/po/.gitignore
@@ -0,0 +1,4 @@
+# Ignore files that are created by a build.
+Makefile.in
+POTFILES
+
diff --git a/extension/po/ChangeLog b/extension/po/ChangeLog
index 013c3c5..c2eb8f7 100644
--- a/extension/po/ChangeLog
+++ b/extension/po/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-08 Arnold D. Robbins <address@hidden>
+
+ * .gitignore: New file.
+
2018-03-12 Arnold D. Robbins <address@hidden>
* gawk-extensions.pot, stamp-po: New files that keep 'make check'
-----------------------------------------------------------------------
Summary of changes:
extension/.gitignore | 1 +
extension/ChangeLog | 4 ++++
{po => extension/po}/.gitignore | 0
extension/po/ChangeLog | 4 ++++
4 files changed, 9 insertions(+)
copy {po => extension/po}/.gitignore (100%)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2955-g6d2c444,
Arnold Robbins <=