From 33835e49072014bb5eb50c04ea2407ba054575b4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 Dec 2016 12:57:28 +0100 Subject: Update .gitignore files. --- tests/.gitignore | 46 ++++++++++++---------------------------------- tests/unictype/.gitignore | 1 - tests/unigbrk/.gitignore | 18 ++++++++++++++++++ 3 files changed, 30 insertions(+), 35 deletions(-) create mode 100644 tests/unigbrk/.gitignore (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore index cc074df..b38dfcd 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,25 +1,25 @@ # Files brought in by gnulib-tool: /Makefile.gnulib -/binary-io.h +/basename-lgpl.c /btowc.c -/cloexec.c -/cloexec.h +/ctype.in.h +/dirname-lgpl.c +/dirname.h +/dosname.h /error.c /error.h /exitfail.c /exitfail.h -/fcntl.c -/fcntl.in.h /fdopen.c -/getdtablesize.c /getpagesize.c +/getprogname.c +/getprogname.h /gettext.h /infinity.h /init.sh /intprops.h /inttypes.in.h /locale.in.h -/lstat.c /macros.h /mbtowc-impl.h /mbtowc.c @@ -29,29 +29,20 @@ /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 /stdalign.in.h /stdio.in.h /strerror-override.c /strerror-override.h /strerror.c -/symlink.c -/sys_stat.in.h +/stripslash.c /test-alloca-opt.c /test-array-mergesort.c -/test-binary-io.c -/test-binary-io.sh /test-btowc.c /test-btowc1.sh /test-btowc2.sh @@ -59,12 +50,9 @@ /test-c-strcase.sh /test-c-strcasecmp.c /test-c-strncasecmp.c -/test-cloexec.c -/test-dup2.c +/test-ctype.c /test-environ.c /test-errno.c -/test-fcntl-h.c -/test-fcntl.c /test-fdopen.c /test-fgetc.c /test-float.c @@ -75,7 +63,7 @@ /test-frexpl.c /test-fseterr.c /test-fwrite.c -/test-getdtablesize.c +/test-getprogname.c /test-iconv-h.c /test-iconv.c /test-init.sh @@ -89,11 +77,10 @@ /test-isnanl.h /test-iswblank.c /test-langinfo.c +/test-limits-h.c /test-locale.c /test-localename.c /test-lock.c -/test-lstat.c -/test-lstat.h /test-malloca.c /test-math.c /test-mbrtowc-w32-1.sh @@ -107,11 +94,10 @@ /test-mbrtowc2.sh /test-mbrtowc3.sh /test-mbrtowc4.sh +/test-mbrtowc5.sh /test-mbsinit.c /test-mbsinit.sh /test-memchr.c -/test-open.c -/test-open.h /test-printf-frexp.c /test-printf-frexpl.c /test-setenv.c @@ -120,8 +106,6 @@ /test-setlocale2.c /test-setlocale2.sh /test-signbit.c -/test-stat.c -/test-stat.h /test-stdalign.c /test-stdbool.c /test-stddef.c @@ -134,14 +118,10 @@ /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 @@ -156,11 +136,9 @@ /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 diff --git a/tests/unictype/.gitignore b/tests/unictype/.gitignore index c887619..8778870 100644 --- a/tests/unictype/.gitignore +++ b/tests/unictype/.gitignore @@ -54,7 +54,6 @@ /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 diff --git a/tests/unigbrk/.gitignore b/tests/unigbrk/.gitignore new file mode 100644 index 0000000..9e1dc4c --- /dev/null +++ b/tests/unigbrk/.gitignore @@ -0,0 +1,18 @@ +# Files brought in by gnulib-tool: +/GraphemeBreakTest.txt +/test-u16-grapheme-breaks.c +/test-u16-grapheme-next.c +/test-u16-grapheme-prev.c +/test-u32-grapheme-breaks.c +/test-u32-grapheme-next.c +/test-u32-grapheme-prev.c +/test-u8-grapheme-breaks.c +/test-u8-grapheme-next.c +/test-u8-grapheme-prev.c +/test-uc-gbrk-prop.c +/test-uc-gbrk-prop.h +/test-uc-is-grapheme-break.c +/test-uc-is-grapheme-break.sh +/test-ulc-grapheme-breaks.c +/test-ulc-grapheme-breaks.sh + -- cgit v1.2.1