[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 511ce662d80208
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 511ce662d8020896a812290d70458f777b460db9 |
Date: |
Wed, 22 Feb 2012 21:42:05 +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, gawk-4.0-stable has been updated
via 511ce662d8020896a812290d70458f777b460db9 (commit)
via 17e726c4b68adf30bd7fa541f4610580a8930b38 (commit)
from d2d2d24b400c8d7b3cc167687d25001f5b30152e (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=511ce662d8020896a812290d70458f777b460db9
commit 511ce662d8020896a812290d70458f777b460db9
Author: Arnold D. Robbins <address@hidden>
Date: Wed Feb 22 23:41:12 2012 +0200
Add test/fmtspcl.ok to .gitignore
diff --git a/.gitignore b/.gitignore
index e2ae74d..533493a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ gawk
pgawk
stamp-h1
+test/fmtspcl.ok
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=17e726c4b68adf30bd7fa541f4610580a8930b38
commit 17e726c4b68adf30bd7fa541f4610580a8930b38
Author: Arnold D. Robbins <address@hidden>
Date: Wed Feb 22 23:39:41 2012 +0200
Add .gitignore to gawk-4.0-stable.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e2ae74d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Ignore files that are created by a build.
+# For example objects and archives.
+*.[oa]
+
+# Directories
+autom4te.cache
+.deps
+
+# Single files.
+Makefile
+config.h
+config.log
+config.status
+dgawk
+gawk
+pgawk
+stamp-h1
+
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 511ce662d8020896a812290d70458f777b460db9,
Arnold Robbins <=