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