From d3bae3afe5ea8c65f88ee3e6eb8338ca882744ae Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Apr 2010 11:05:33 +0200 Subject: Update after gnulib changed. --- build-aux/.gitignore | 2 ++ gnulib-m4/.gitignore | 6 ++++-- tests/.gitignore | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build-aux/.gitignore b/build-aux/.gitignore index cffd4c0..f8c2453 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1,8 +1,10 @@ # Files brought in by gnulib-tool: /arg-nonnull.h +/c++defs.h /config.rpath /link-warning.h /unused-parameter.h +/warn-on-use.h # Files brought in by "automake --add-missing --copy": /compile diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore index 56996c5..76fdd50 100644 --- a/gnulib-m4/.gitignore +++ b/gnulib-m4/.gitignore @@ -1,6 +1,7 @@ # Files brought in by gnulib-tool: /00gnulib.m4 /alloca.m4 +/ansi-c++.m4 /cloexec.m4 /codeset.m4 /dos.m4 @@ -92,10 +93,11 @@ /time_h.m4 /unistd_h.m4 /vasnprintf.m4 -/wchar.m4 +/warn-on-use.m4 +/wchar_h.m4 /wchar_t.m4 /wctob.m4 -/wctype.m4 +/wctype_h.m4 /wcwidth.m4 /wint_t.m4 /xalloc.m4 diff --git a/tests/.gitignore b/tests/.gitignore index 931fcc2..5c0f95f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -10,6 +10,7 @@ /fcntl.c /fcntl.in.h /getdtablesize.c +/getpagesize.c /gettext.h /init.sh /intprops.h @@ -47,6 +48,7 @@ /test-fseterr.c /test-getdtablesize.c /test-iconv.c +/test-iconv-h.c /test-isnand-nolibm.c /test-isnand.h /test-isnanf-nolibm.c -- cgit v1.2.1