diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-22 23:39:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-22 23:39:41 +0200 |
commit | 17e726c4b68adf30bd7fa541f4610580a8930b38 (patch) | |
tree | e0a816d666c5bc92168f91ac3496699634bbaf1b | |
parent | d2d2d24b400c8d7b3cc167687d25001f5b30152e (diff) | |
download | egawk-17e726c4b68adf30bd7fa541f4610580a8930b38.tar.gz egawk-17e726c4b68adf30bd7fa541f4610580a8930b38.tar.bz2 egawk-17e726c4b68adf30bd7fa541f4610580a8930b38.zip |
Add .gitignore to gawk-4.0-stable.
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 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 + |