summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-12 10:47:27 +0100
committerBruno Haible <bruno@clisp.org>2009-12-12 10:47:27 +0100
commit654bd28315a97d810af1cb2e32b5db66a60b9460 (patch)
tree24013468aef42a95dc9725458f94950304aaa0e0
parent5d633fba9b2bef7246f91b350c19071f26e5f7af (diff)
downloadlibunistring-654bd28315a97d810af1cb2e32b5db66a60b9460.tar.gz
Update after gnulib changed.
-rw-r--r--build-aux/.gitignore1
-rw-r--r--gnulib-m4/.gitignore9
-rw-r--r--lib/.gitignore2
-rw-r--r--tests/.gitignore29
4 files changed, 41 insertions, 0 deletions
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 1a015b5..b29bdf7 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,4 +1,5 @@
# Files brought in by gnulib-tool:
+/arg-nonnull.h
/config.rpath
/link-warning.h
diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore
index 00db2ed..cd2626c 100644
--- a/gnulib-m4/.gitignore
+++ b/gnulib-m4/.gitignore
@@ -1,7 +1,9 @@
# Files brought in by gnulib-tool:
/00gnulib.m4
/alloca.m4
+/cloexec.m4
/codeset.m4
+/dos.m4
/dup2.m4
/eealloc.m4
/environ.m4
@@ -46,6 +48,7 @@
/localename.m4
/locale_h.m4
/longlong.m4
+/lstat.m4
/malloc.m4
/malloca.m4
/math_h.m4
@@ -61,13 +64,16 @@
/multiarch.m4
/nocrash.m4
/open.m4
+/pathmax.m4
/printf-frexp.m4
/printf-frexpl.m4
/printf.m4
+/putenv.m4
/relocatable-lib.m4
/setenv.m4
/signbit.m4
/size_max.m4
+/stat.m4
/stdbool.m4
/stddef_h.m4
/stdint.m4
@@ -75,6 +81,9 @@
/stdlib_h.m4
/strerror.m4
/string_h.m4
+/symlink.m4
+/sys_stat_h.m4
+/time_h.m4
/unistd_h.m4
/vasnprintf.m4
/wchar.m4
diff --git a/lib/.gitignore b/lib/.gitignore
index 6290da8..51d7fa1 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -25,6 +25,7 @@
/iconv_open-hpux.gperf
/iconv_open-irix.gperf
/iconv_open-osf.gperf
+/iconv_open-solaris.gperf
/iconv_open.c
/isnan.c
/isnand-nolibm.h
@@ -107,6 +108,7 @@
/iconv_open-hpux.h
/iconv_open-irix.h
/iconv_open-osf.h
+/iconv_open-solaris.h
# Files generated by the autotools:
/Makefile.in
diff --git a/tests/.gitignore b/tests/.gitignore
index b295d1e..da7bec3 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,28 +1,43 @@
# Files brought in by gnulib-tool:
/Makefile.gnulib
+/binary-io.h
+/cloexec.c
+/cloexec.h
/error.c
/error.h
/exitfail.c
/exitfail.h
/fcntl.in.h
/gettext.h
+/init.sh
/intprops.h
/locale.in.h
+/lstat.c
/nan.h
/open.c
+/pathmax.h
/progname.c
/progname.h
+/putenv.c
+/same-inode.h
/setenv.c
+/stat.c
/strerror.c
+/symlink.c
+/sys_stat.in.h
/test-alloca-opt.c
/test-array-mergesort.c
+/test-binary-io.c
+/test-binary-io.sh
/test-c-ctype.c
/test-c-strcase.sh
/test-c-strcasecmp.c
/test-c-strncasecmp.c
+/test-cloexec.c
/test-dup2.c
/test-environ.c
/test-errno.c
+/test-fcntl-h.c
/test-fcntl.c
/test-frexpl.c
/test-fseterr.c
@@ -35,6 +50,8 @@
/test-isnanl.h
/test-locale.c
/test-localename.c
+/test-lstat.c
+/test-lstat.h
/test-malloca.c
/test-math.c
/test-mbrtowc.c
@@ -46,9 +63,13 @@
/test-mbsinit.sh
/test-memchr.c
/test-open.c
+/test-open.h
/test-printf-frexp.c
/test-printf-frexpl.c
+/test-setenv.c
/test-signbit.c
+/test-stat.c
+/test-stat.h
/test-stdbool.c
/test-stddef.c
/test-stdint.c
@@ -57,10 +78,18 @@
/test-striconveh.c
/test-striconveha.c
/test-string.c
+/test-symlink.c
+/test-symlink.h
+/test-sys_stat.c
+/test-time.c
/test-unistd.c
+/test-unsetenv.c
/test-wchar.c
/test-wctype.c
/test-wcwidth.c
+/test-xalloc-die.c
+/test-xalloc-die.sh
+/time.in.h
/unsetenv.c
/wctob.c
/xalloc-die.c