summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-09-01 09:47:59 +0900
committerDaiki Ueno <ueno@gnu.org>2014-09-01 10:31:09 +0900
commitf9155f987705e849e4093f0e9e44ec5971907afb (patch)
treed99dd080341af377fab751631c37454a60db1651
parenta6727436178f3518722fade674c2f73a32d58fa5 (diff)
downloadlibunistring-f9155f987705e849e4093f0e9e44ec5971907afb.tar.gz
Ignore files brought in by gnulib-tool.
-rw-r--r--gnulib-m4/.gitignore27
-rw-r--r--lib/.gitignore20
-rw-r--r--lib/unictype/.gitignore39
-rw-r--r--tests/.gitignore66
-rw-r--r--tests/unictype/.gitignore24
-rw-r--r--tests/unistr/.gitignore77
6 files changed, 209 insertions, 44 deletions
diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore
index 960b265..ccbd97b 100644
--- a/gnulib-m4/.gitignore
+++ b/gnulib-m4/.gitignore
@@ -1,9 +1,12 @@
# Files brought in by gnulib-tool:
/00gnulib.m4
+/absolute-header.m4
/alloca.m4
/ansi-c++.m4
+/btowc.m4
/cloexec.m4
/codeset.m4
+/configmake.m4
/dos.m4
/dup2.m4
/eealloc.m4
@@ -15,13 +18,16 @@
/exponentf.m4
/exponentl.m4
/extensions.m4
-/fcntl.m4
+/extern-inline.m4
/fcntl-o.m4
+/fcntl.m4
/fcntl_h.m4
+/fdopen.m4
/float_h.m4
/fpieee.m4
/frexp.m4
/frexpl.m4
+/fseterr.m4
/getdtablesize.m4
/getpagesize.m4
/glibc21.m4
@@ -35,10 +41,13 @@
/inline.m4
/intlmacosx.m4
/intmax_t.m4
+/inttypes-pri.m4
+/inttypes.m4
/inttypes_h.m4
/isnand.m4
/isnanf.m4
/isnanl.m4
+/iswblank.m4
/lcmessage.m4
/ldexpl.m4
/lib-ld.m4
@@ -46,12 +55,13 @@
/lib-prefix.m4
/libunistring-base.m4
/localcharset.m4
+/locale-ar.m4
/locale-fr.m4
/locale-ja.m4
/locale-tr.m4
/locale-zh.m4
-/localename.m4
/locale_h.m4
+/localename.m4
/lock.m4
/longlong.m4
/lstat.m4
@@ -63,12 +73,16 @@
/mbrtowc.m4
/mbsinit.m4
/mbstate_t.m4
+/mbtowc.m4
/memchr.m4
/minmax.m4
/mmap-anon.m4
/mode_t.m4
+/msvc-inval.m4
+/msvc-nothrow.m4
/multiarch.m4
/nocrash.m4
+/off_t.m4
/open.m4
/pathmax.m4
/printf-frexp.m4
@@ -77,19 +91,25 @@
/putenv.m4
/relocatable-lib.m4
/setenv.m4
+/setlocale.m4
/signbit.m4
/size_max.m4
+/ssize_t.m4
/stat.m4
/stdbool.m4
/stddef_h.m4
/stdint.m4
/stdint_h.m4
+/stdio_h.m4
/stdlib_h.m4
/strerror.m4
/string_h.m4
/strncat.m4
+/strstr.m4
/symlink.m4
+/sys_socket_h.m4
/sys_stat_h.m4
+/sys_types_h.m4
/thread.m4
/threadlib.m4
/time_h.m4
@@ -98,11 +118,12 @@
/warn-on-use.m4
/wchar_h.m4
/wchar_t.m4
+/wcrtomb.m4
/wctob.m4
+/wctomb.m4
/wctype_h.m4
/wcwidth.m4
/wint_t.m4
/xalloc.m4
/xsize.m4
/yield.m4
-
diff --git a/lib/.gitignore b/lib/.gitignore
index 7dfff22..d1591e6 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,6 +1,8 @@
# Files brought in by gnulib-tool:
/Makefile.gnulib
/alloca.in.h
+/amemxfrm.c
+/amemxfrm.h
/array-mergesort.h
/c-ctype.c
/c-ctype.h
@@ -12,6 +14,7 @@
/dup2.c
/errno.in.h
/float+.h
+/float.c
/float.in.h
/fpucw.h
/frexp.c
@@ -19,14 +22,16 @@
/fseterr.c
/fseterr.h
/getpagesize.c
+/iconv.c
/iconv.in.h
-/iconveh.h
+/iconv_close.c
/iconv_open-aix.gperf
/iconv_open-hpux.gperf
/iconv_open-irix.gperf
/iconv_open-osf.gperf
/iconv_open-solaris.gperf
/iconv_open.c
+/iconveh.h
/isnan.c
/isnand-nolibm.h
/isnand.c
@@ -34,6 +39,8 @@
/isnanf.c
/isnanl-nolibm.h
/isnanl.c
+/iswblank.c
+/itold.c
/localcharset.c
/localcharset.h
/localename.c
@@ -42,9 +49,11 @@
/malloca.c
/malloca.h
/malloca.valgrind
+/math.c
/math.in.h
/mbchar.c
/mbchar.h
+/mbiter.c
/mbiter.h
/mbrtowc.c
/mbsinit.c
@@ -77,6 +86,8 @@
/stdint.in.h
/stdio-impl.h
/stdlib.in.h
+/str-kmp.h
+/str-two-way.h
/streq.h
/striconveh.c
/striconveh.h
@@ -84,12 +95,16 @@
/striconveha.h
/string.in.h
/strncat.c
+/strstr.c
+/sys_types.in.h
/unicase.in.h
/uniconv.in.h
/unictype.in.h
+/unigbrk.in.h
/unilbrk.in.h
/uniname.in.h
/uninorm.in.h
+/unistd.c
/unistd.in.h
/unistdio.in.h
/unistr.in.h
@@ -99,8 +114,10 @@
/vasnprintf.c
/verify.h
/wchar.in.h
+/wctype-h.c
/wctype.in.h
/wcwidth.c
+/xsize.c
/xsize.h
# Files generated by gperf and therefore distributed (i.e. kept by
@@ -116,4 +133,3 @@
# Files generated by "make" and distributed (i.e. kept by "make distclean").
/libunistring.sym
-
diff --git a/lib/unictype/.gitignore b/lib/unictype/.gitignore
index e1bd1c0..490521b 100644
--- a/lib/unictype/.gitignore
+++ b/lib/unictype/.gitignore
@@ -1,5 +1,7 @@
# Files brought in by gnulib-tool:
/bidi_byname.c
+/bidi_byname.gperf
+/bidi_longname.c
/bidi_name.c
/bidi_of.c
/bidi_of.h
@@ -22,6 +24,8 @@
/categ_Cs.h
/categ_L.c
/categ_L.h
+/categ_LC.c
+/categ_LC.h
/categ_Ll.c
/categ_Ll.h
/categ_Lm.c
@@ -85,6 +89,8 @@
/categ_and.c
/categ_and_not.c
/categ_byname.c
+/categ_byname.gperf
+/categ_longname.c
/categ_name.c
/categ_none.c
/categ_of.c
@@ -93,6 +99,12 @@
/categ_test.c
/combining.c
/combining.h
+/combiningclass.c
+/combiningclass.h
+/combiningclass_byname.c
+/combiningclass_byname.gperf
+/combiningclass_longname.c
+/combiningclass_name.c
/ctype_alnum.c
/ctype_alnum.h
/ctype_alpha.c
@@ -122,6 +134,18 @@
/digit.c
/digit.h
/identsyntaxmap.h
+/joininggroup_byname.c
+/joininggroup_byname.gperf
+/joininggroup_name.c
+/joininggroup_name.h
+/joininggroup_of.c
+/joininggroup_of.h
+/joiningtype_byname.c
+/joiningtype_byname.gperf
+/joiningtype_longname.c
+/joiningtype_name.c
+/joiningtype_of.c
+/joiningtype_of.h
/mirror.c
/mirror.h
/numeric.c
@@ -166,6 +190,20 @@
/pr_bidi_whitespace.h
/pr_byname.c
/pr_byname.gperf
+/pr_case_ignorable.c
+/pr_case_ignorable.h
+/pr_cased.c
+/pr_cased.h
+/pr_changes_when_casefolded.c
+/pr_changes_when_casefolded.h
+/pr_changes_when_casemapped.c
+/pr_changes_when_casemapped.h
+/pr_changes_when_lowercased.c
+/pr_changes_when_lowercased.h
+/pr_changes_when_titlecased.c
+/pr_changes_when_titlecased.h
+/pr_changes_when_uppercased.c
+/pr_changes_when_uppercased.h
/pr_combining.c
/pr_combining.h
/pr_composite.c
@@ -301,4 +339,3 @@
# "make distclean"):
/pr_byname.h
/scripts_byname.h
-
diff --git a/tests/.gitignore b/tests/.gitignore
index 0d51016..0482682 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,7 @@
# Files brought in by gnulib-tool:
/Makefile.gnulib
/binary-io.h
+/btowc.c
/cloexec.c
/cloexec.h
/error.c
@@ -9,24 +10,40 @@
/exitfail.h
/fcntl.c
/fcntl.in.h
+/fdopen.c
/getdtablesize.c
/getpagesize.c
/gettext.h
+/infinity.h
/init.sh
/intprops.h
+/inttypes.in.h
/locale.in.h
/lstat.c
/macros.h
+/mbtowc-impl.h
+/mbtowc.c
+/minus-zero.h
+/msvc-inval.c
+/msvc-inval.h
+/msvc-nothrow.c
+/msvc-nothrow.h
/nan.h
/open.c
/pathmax.h
/progname.c
/progname.h
/putenv.c
+/randomd.c
+/randoml.c
/same-inode.h
/setenv.c
+/setlocale.c
/signature.h
/stat.c
+/stdio.in.h
+/strerror-override.c
+/strerror-override.h
/strerror.c
/symlink.c
/sys_stat.in.h
@@ -34,6 +51,9 @@
/test-array-mergesort.c
/test-binary-io.c
/test-binary-io.sh
+/test-btowc.c
+/test-btowc1.sh
+/test-btowc2.sh
/test-c-ctype.c
/test-c-strcase.sh
/test-c-strcasecmp.c
@@ -44,17 +64,29 @@
/test-errno.c
/test-fcntl-h.c
/test-fcntl.c
+/test-fdopen.c
+/test-fgetc.c
+/test-float.c
+/test-fputc.c
+/test-fread.c
+/test-frexp.c
+/test-frexp.h
/test-frexpl.c
/test-fseterr.c
+/test-fwrite.c
/test-getdtablesize.c
-/test-iconv.c
/test-iconv-h.c
+/test-iconv.c
+/test-init.sh
+/test-intprops.c
+/test-inttypes.c
/test-isnand-nolibm.c
/test-isnand.h
/test-isnanf-nolibm.c
/test-isnanf.h
/test-isnanl-nolibm.c
/test-isnanl.h
+/test-iswblank.c
/test-locale.c
/test-localename.c
/test-lock.c
@@ -62,6 +94,12 @@
/test-lstat.h
/test-malloca.c
/test-math.c
+/test-mbrtowc-w32-1.sh
+/test-mbrtowc-w32-2.sh
+/test-mbrtowc-w32-3.sh
+/test-mbrtowc-w32-4.sh
+/test-mbrtowc-w32-5.sh
+/test-mbrtowc-w32.c
/test-mbrtowc.c
/test-mbrtowc1.sh
/test-mbrtowc2.sh
@@ -75,37 +113,61 @@
/test-printf-frexp.c
/test-printf-frexpl.c
/test-setenv.c
+/test-setlocale1.c
+/test-setlocale1.sh
+/test-setlocale2.c
+/test-setlocale2.sh
/test-signbit.c
/test-stat.c
/test-stat.h
/test-stdbool.c
/test-stddef.c
/test-stdint.c
+/test-stdio.c
/test-stdlib.c
/test-strerror.c
/test-striconveh.c
/test-striconveha.c
/test-string.c
/test-strncat.c
+/test-strstr.c
/test-symlink.c
/test-symlink.h
/test-sys_stat.c
+/test-sys_types.c
+/test-sys_wait.h
+/test-thread_create.c
+/test-thread_self.c
/test-time.c
/test-unistd.c
/test-unsetenv.c
+/test-verify.c
+/test-verify.sh
/test-wchar.c
+/test-wcrtomb-w32-1.sh
+/test-wcrtomb-w32-2.sh
+/test-wcrtomb-w32-3.sh
+/test-wcrtomb-w32-4.sh
+/test-wcrtomb-w32-5.sh
+/test-wcrtomb-w32.c
+/test-wcrtomb.c
+/test-wcrtomb.sh
+/test-wctype-h.c
/test-wctype.c
/test-wcwidth.c
/test-xalloc-die.c
/test-xalloc-die.sh
/time.in.h
/unsetenv.c
+/wcrtomb.c
/wctob.c
+/wctomb-impl.h
+/wctomb.c
/xalloc-die.c
+/xalloc-oversized.h
/xalloc.h
/xmalloc.c
/zerosize-ptr.h
# Files generated by the autotools:
/Makefile.in
-
diff --git a/tests/unictype/.gitignore b/tests/unictype/.gitignore
index 65a7b37..c887619 100644
--- a/tests/unictype/.gitignore
+++ b/tests/unictype/.gitignore
@@ -1,5 +1,6 @@
# Files brought in by gnulib-tool:
/test-bidi_byname.c
+/test-bidi_longname.c
/test-bidi_name.c
/test-bidi_of.c
/test-bidi_test.c
@@ -13,6 +14,7 @@
/test-categ_Co.c
/test-categ_Cs.c
/test-categ_L.c
+/test-categ_LC.c
/test-categ_Ll.c
/test-categ_Lm.c
/test-categ_Lo.c
@@ -46,12 +48,17 @@
/test-categ_and.c
/test-categ_and_not.c
/test-categ_byname.c
+/test-categ_longname.c
/test-categ_name.c
/test-categ_none.c
/test-categ_of.c
/test-categ_or.c
/test-categ_test_withtable.c
/test-combining.c
+/test-combiningclass.c
+/test-combiningclass_byname.c
+/test-combiningclass_longname.c
+/test-combiningclass_name.c
/test-ctype_alnum.c
/test-ctype_alpha.c
/test-ctype_blank.c
@@ -68,6 +75,15 @@
/test-decdigit.h
/test-digit.c
/test-digit.h
+/test-joininggroup_byname.c
+/test-joininggroup_name.c
+/test-joininggroup_of.c
+/test-joininggroup_of.h
+/test-joiningtype_byname.c
+/test-joiningtype_longname.c
+/test-joiningtype_name.c
+/test-joiningtype_of.c
+/test-joiningtype_of.h
/test-mirror.c
/test-numeric.c
/test-numeric.h
@@ -91,6 +107,13 @@
/test-pr_bidi_segment_separator.c
/test-pr_bidi_whitespace.c
/test-pr_byname.c
+/test-pr_case_ignorable.c
+/test-pr_cased.c
+/test-pr_changes_when_casefolded.c
+/test-pr_changes_when_casemapped.c
+/test-pr_changes_when_lowercased.c
+/test-pr_changes_when_titlecased.c
+/test-pr_changes_when_uppercased.c
/test-pr_combining.c
/test-pr_composite.c
/test-pr_currency_symbol.c
@@ -159,4 +182,3 @@
/test-sy_c_whitespace.c
/test-sy_java_ident.c
/test-sy_java_whitespace.c
-
diff --git a/tests/unistr/.gitignore b/tests/unistr/.gitignore
index b96519f..18c8044 100644
--- a/tests/unistr/.gitignore
+++ b/tests/unistr/.gitignore
@@ -9,6 +9,7 @@
/test-stpcpy.h
/test-stpncpy.h
/test-strcat.h
+/test-strchr.h
/test-strcmp.h
/test-strcpy.h
/test-strdup.h
@@ -16,40 +17,7 @@
/test-strncmp.h
/test-strncpy.h
/test-strnlen.h
-/test-u8-check.c
-/test-u8-chr.c
-/test-u8-cmp.c
-/test-u8-cmp2.c
-/test-u8-cpy-alloc.c
-/test-u8-cpy.c
-/test-u8-mblen.c
-/test-u8-mbsnlen.c
-/test-u8-mbtouc-unsafe.c
-/test-u8-mbtouc.c
-/test-u8-mbtouc.h
-/test-u8-mbtoucr.c
-/test-u8-move.c
-/test-u8-next.c
-/test-u8-prev.c
-/test-u8-set.c
-/test-u8-stpcpy.c
-/test-u8-stpncpy.c
-/test-u8-strcat.c
-/test-u8-strcmp.c
-/test-u8-strcmp.h
-/test-u8-strcoll.c
-/test-u8-strcpy.c
-/test-u8-strdup.c
-/test-u8-strlen.c
-/test-u8-strmblen.c
-/test-u8-strmbtouc.c
-/test-u8-strncat.c
-/test-u8-strncmp.c
-/test-u8-strncpy.c
-/test-u8-strnlen.c
-/test-u8-to-u16.c
-/test-u8-to-u32.c
-/test-u8-uctomb.c
+/test-u-strstr.h
/test-u16-check.c
/test-u16-chr.c
/test-u16-cmp.c
@@ -69,6 +37,7 @@
/test-u16-stpcpy.c
/test-u16-stpncpy.c
/test-u16-strcat.c
+/test-u16-strchr.c
/test-u16-strcmp.c
/test-u16-strcmp.h
/test-u16-strcoll.c
@@ -81,6 +50,7 @@
/test-u16-strncmp.c
/test-u16-strncpy.c
/test-u16-strnlen.c
+/test-u16-strstr.c
/test-u16-to-u32.c
/test-u16-to-u8.c
/test-u16-uctomb.c
@@ -103,6 +73,7 @@
/test-u32-stpcpy.c
/test-u32-stpncpy.c
/test-u32-strcat.c
+/test-u32-strchr.c
/test-u32-strcmp.c
/test-u32-strcmp.h
/test-u32-strcoll.c
@@ -115,7 +86,43 @@
/test-u32-strncmp.c
/test-u32-strncpy.c
/test-u32-strnlen.c
+/test-u32-strstr.c
/test-u32-to-u16.c
/test-u32-to-u8.c
/test-u32-uctomb.c
-
+/test-u8-check.c
+/test-u8-chr.c
+/test-u8-cmp.c
+/test-u8-cmp2.c
+/test-u8-cpy-alloc.c
+/test-u8-cpy.c
+/test-u8-mblen.c
+/test-u8-mbsnlen.c
+/test-u8-mbtouc-unsafe.c
+/test-u8-mbtouc.c
+/test-u8-mbtouc.h
+/test-u8-mbtoucr.c
+/test-u8-move.c
+/test-u8-next.c
+/test-u8-prev.c
+/test-u8-set.c
+/test-u8-stpcpy.c
+/test-u8-stpncpy.c
+/test-u8-strcat.c
+/test-u8-strchr.c
+/test-u8-strcmp.c
+/test-u8-strcmp.h
+/test-u8-strcoll.c
+/test-u8-strcpy.c
+/test-u8-strdup.c
+/test-u8-strlen.c
+/test-u8-strmblen.c
+/test-u8-strmbtouc.c
+/test-u8-strncat.c
+/test-u8-strncmp.c
+/test-u8-strncpy.c
+/test-u8-strnlen.c
+/test-u8-strstr.c
+/test-u8-to-u16.c
+/test-u8-to-u32.c
+/test-u8-uctomb.c