From 4491f9c1b8899880bf1a15ebc1cf411a89389df6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Dec 2009 17:20:47 +0100 Subject: Update after gnulib changed. --- build-aux/.gitignore | 1 + gnulib-m4/.gitignore | 7 +++++++ tests/.gitignore | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/build-aux/.gitignore b/build-aux/.gitignore index b29bdf7..cffd4c0 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -2,6 +2,7 @@ /arg-nonnull.h /config.rpath /link-warning.h +/unused-parameter.h # Files brought in by "automake --add-missing --copy": /compile diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore index cd2626c..56996c5 100644 --- a/gnulib-m4/.gitignore +++ b/gnulib-m4/.gitignore @@ -14,11 +14,14 @@ /exponentf.m4 /exponentl.m4 /extensions.m4 +/fcntl.m4 +/fcntl-o.m4 /fcntl_h.m4 /float_h.m4 /fpieee.m4 /frexp.m4 /frexpl.m4 +/getdtablesize.m4 /getpagesize.m4 /glibc21.m4 /gnulib-common.m4 @@ -47,6 +50,7 @@ /locale-zh.m4 /localename.m4 /locale_h.m4 +/lock.m4 /longlong.m4 /lstat.m4 /malloc.m4 @@ -83,6 +87,8 @@ /string_h.m4 /symlink.m4 /sys_stat_h.m4 +/thread.m4 +/threadlib.m4 /time_h.m4 /unistd_h.m4 /vasnprintf.m4 @@ -94,4 +100,5 @@ /wint_t.m4 /xalloc.m4 /xsize.m4 +/yield.m4 diff --git a/tests/.gitignore b/tests/.gitignore index da7bec3..931fcc2 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,12 +7,15 @@ /error.h /exitfail.c /exitfail.h +/fcntl.c /fcntl.in.h +/getdtablesize.c /gettext.h /init.sh /intprops.h /locale.in.h /lstat.c +/macros.h /nan.h /open.c /pathmax.h @@ -21,6 +24,7 @@ /putenv.c /same-inode.h /setenv.c +/signature.h /stat.c /strerror.c /symlink.c @@ -41,6 +45,7 @@ /test-fcntl.c /test-frexpl.c /test-fseterr.c +/test-getdtablesize.c /test-iconv.c /test-isnand-nolibm.c /test-isnand.h @@ -50,6 +55,7 @@ /test-isnanl.h /test-locale.c /test-localename.c +/test-lock.c /test-lstat.c /test-lstat.h /test-malloca.c -- cgit v1.2.1