gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, xgawk_load, updated. 194d9dc454d361ee5c7


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, xgawk_load, updated. 194d9dc454d361ee5c707e71a5e3512fbe3a71cd
Date: Sun, 31 Jul 2011 16:18:11 +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_load has been updated
       via  194d9dc454d361ee5c707e71a5e3512fbe3a71cd (commit)
      from  e0fb5433dc35f18d6a69a916f5bf4e90c796c356 (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=194d9dc454d361ee5c707e71a5e3512fbe3a71cd

commit 194d9dc454d361ee5c707e71a5e3512fbe3a71cd
Author: Juergen Kahrs <address@hidden>
Date:   Sun Jul 31 18:17:44 2011 +0200

    Created .gitignore so that the status command produces useful output.

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
+
diff --git a/awklib/.gitignore b/awklib/.gitignore
new file mode 100644
index 0000000..b46084d
--- /dev/null
+++ b/awklib/.gitignore
@@ -0,0 +1,8 @@
+# Ignore files that are created by a build.
+# For example objects and archives.
+grcat
+group.awk
+igawk
+passwd.awk
+pwcat
+
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..2a1c0ab
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,4 @@
+# Ignore files that are created by a build.
+Makefile.in
+POTFILES
+

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

Summary of changes:
 .gitignore        |   18 ++++++++++++++++++
 awklib/.gitignore |    8 ++++++++
 po/.gitignore     |    4 ++++
 3 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 awklib/.gitignore
 create mode 100644 po/.gitignore


hooks/post-receive
-- 
gawk



reply via email to

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