From 17e726c4b68adf30bd7fa541f4610580a8930b38 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 22 Feb 2012 23:39:41 +0200 Subject: Add .gitignore to gawk-4.0-stable. --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore 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 + -- cgit v1.2.3