summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-01-28 20:31:17 +0000
committerGitHub <noreply@github.com>2020-01-28 20:31:17 +0000
commit609e8a5f70c04f611d7571cb579f403f05bced46 (patch)
treebb29f6f35063bc590e840098b0e15c4eb0aa2dfa
parent25f342b69babf53462d49d05245df75f66abcaa7 (diff)
parentb52a31eb93843f3386373d8c8c2dded637e877b1 (diff)
downloadenchant-609e8a5f70c04f611d7571cb579f403f05bced46.tar.gz
Merge pull request #233 from rrthomas/master
Update .gitignore files for use of getopt
-rw-r--r--lib/.gitignore10
-rw-r--r--m4/.gitignore1
2 files changed, 11 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index 510a000..4544106 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -33,3 +33,13 @@
/string.h
/sys/
/unistd.h
+/getopt-cdefs.in.h
+/getopt-core.h
+/getopt-ext.h
+/getopt-pfx-core.h
+/getopt-pfx-ext.h
+/getopt.c
+/getopt.in.h
+/getopt1.c
+/getopt_int.h
+/gettext.h
diff --git a/m4/.gitignore b/m4/.gitignore
index ea5b02d..fc96477 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -58,3 +58,4 @@
/strchrnul.m4
/manywarnings-c++.m4
/gnu-make.m4
+/getopt.m4