From 90ace3e1c1012dc0af0f4d15e408a675014d8597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 7 Apr 2008 23:55:58 +0200 Subject: [PATCH] More `.gitignore'. --- build-aux/.gitignore | 1 + doc/ref/.gitignore | 1 + lib/.gitignore | 7 +++++++ m4/.cvsignore | 1 + m4/.gitignore | 8 ++++++++ 5 files changed, 18 insertions(+) create mode 100644 build-aux/.gitignore create mode 100644 lib/.gitignore create mode 100644 m4/.gitignore diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 000000000..dae5b406d --- /dev/null +++ b/build-aux/.gitignore @@ -0,0 +1 @@ +link-warning.h diff --git a/doc/ref/.gitignore b/doc/ref/.gitignore index e75ab5350..fc69e3188 100644 --- a/doc/ref/.gitignore +++ b/doc/ref/.gitignore @@ -1 +1,2 @@ autoconf-macros.texi +lib-version.texi diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 000000000..c7d7f8793 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,7 @@ +Makefile.am +alloca.c +alloca.in.h +dummy.c +strcasecmp.c +strings.in.h +strncasecmp.c diff --git a/m4/.cvsignore b/m4/.cvsignore index a5a1549c5..474f9d772 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -9,3 +9,4 @@ include_next.m4 onceonly_2_57.m4 strcase.m4 string_h.m4 +strings_h.m4 diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 000000000..5d6f4a485 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,8 @@ +alloca.m4 +extensions.m4 +gnulib-common.m4 +gnulib-tool.m4 +include_next.m4 +onceonly_2_57.m4 +strcase.m4 +strings_h.m4