diff options
author | Juergen Kahrs <Juergen.Kahrs@vr-web.de> | 2011-07-31 18:17:44 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@vr-web.de> | 2011-07-31 18:17:44 +0200 |
commit | 194d9dc454d361ee5c707e71a5e3512fbe3a71cd (patch) | |
tree | b9f3f54f7d17853ce05bbda5c99b47c2a6766fff | |
parent | e0fb5433dc35f18d6a69a916f5bf4e90c796c356 (diff) | |
download | egawk-194d9dc454d361ee5c707e71a5e3512fbe3a71cd.tar.gz egawk-194d9dc454d361ee5c707e71a5e3512fbe3a71cd.tar.bz2 egawk-194d9dc454d361ee5c707e71a5e3512fbe3a71cd.zip |
Created .gitignore so that the status command produces useful output.
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | awklib/.gitignore | 8 | ||||
-rw-r--r-- | po/.gitignore | 4 |
3 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e2ae74d3 --- /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 00000000..b46084d4 --- /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 00000000..2a1c0abe --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,4 @@ +# Ignore files that are created by a build. +Makefile.in +POTFILES + |