diff options
-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 + |