[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, xgawk_load, created. 900d781e41340a7b5df
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, xgawk_load, created. 900d781e41340a7b5df781657f5ec8dc66539f11 |
Date: |
Sat, 30 Jul 2011 12:14: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, xgawk_load has been created
at 900d781e41340a7b5df781657f5ec8dc66539f11 (commit)
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=900d781e41340a7b5df781657f5ec8dc66539f11
commit 900d781e41340a7b5df781657f5ec8dc66539f11
Author: Juergen Kahrs <address@hidden>
Date: Sat Jul 30 14:08:57 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
+
-----------------------------------------------------------------------
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, xgawk_load, created. 900d781e41340a7b5df781657f5ec8dc66539f11,
Juergen Kahrs <=