summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parenta6727436178f3518722fade674c2f73a32d58fa5 (diff)
downloadlibunistring-f9155f987705e849e4093f0e9e44ec5971907afb.tar.gz
Ignore files brought in by gnulib-tool.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore66
-rw-r--r--tests/unictype/.gitignore24
-rw-r--r--tests/unistr/.gitignore77
3 files changed, 129 insertions, 38 deletions
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