summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-29 20:19:45 +0100
committerBruno Haible <bruno@clisp.org>2021-12-29 20:19:45 +0100
commit86192726ffa76b08a5d0c892a16572cc1f9d05bc (patch)
treea59bf42e6aca38adbbdeec6ec8c96f18af635296
parentb1936b2a75e6ce4f85642836abb71c14800516be (diff)
downloadlibunistring-86192726ffa76b08a5d0c892a16572cc1f9d05bc.tar.gz
Update after gnulib changed.
-rw-r--r--.gitignore20
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6f954ca..c45c3c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -185,6 +185,7 @@
/gnulib-m4/unistd_h.m4
/gnulib-m4/usleep.m4
/gnulib-m4/vasnprintf.m4
+/gnulib-m4/vararrays.m4
/gnulib-m4/visibility.m4
/gnulib-m4/warn-on-use.m4
/gnulib-m4/wchar_h.m4
@@ -777,6 +778,7 @@
/lib/unictype/pr_quotation_mark.h
/lib/unictype/pr_radical.c
/lib/unictype/pr_radical.h
+/lib/unictype/pr_regional_indicator.c
/lib/unictype/pr_sentence_terminal.c
/lib/unictype/pr_sentence_terminal.h
/lib/unictype/pr_soft_dotted.c
@@ -828,6 +830,7 @@
/lib/unigbrk/uc-grapheme-breaks.c
/lib/unigbrk/uc-is-grapheme-break.c
/lib/unigbrk/ulc-grapheme-breaks.c
+/lib/unilbrk/internal.h
/lib/unilbrk/lbrkprop1.h
/lib/unilbrk/lbrkprop2.h
/lib/unilbrk/lbrktables.c
@@ -1673,6 +1676,7 @@
/tests/unictype/test-pr_punctuation.c
/tests/unictype/test-pr_quotation_mark.c
/tests/unictype/test-pr_radical.c
+/tests/unictype/test-pr_regional_indicator.c
/tests/unictype/test-pr_sentence_terminal.c
/tests/unictype/test-pr_soft_dotted.c
/tests/unictype/test-pr_space.c
@@ -2106,6 +2110,8 @@ autom4te.cache/
/tests/test-c-strcasecmp.exe
/tests/test-c-strncasecmp
/tests/test-c-strncasecmp.exe
+/tests/test-calloc-gnu
+/tests/test-calloc-gnu.exe
/tests/test-canonical-decomposition
/tests/test-canonical-decomposition.exe
/tests/test-cased
@@ -2276,6 +2282,8 @@ autom4te.cache/
/tests/test-fputc.exe
/tests/test-fread
/tests/test-fread.exe
+/tests/test-free
+/tests/test-free.exe
/tests/test-frexp-nolibm
/tests/test-frexp-nolibm.exe
/tests/test-frexpl-nolibm
@@ -2360,6 +2368,8 @@ autom4te.cache/
/tests/test-lock.exe
/tests/test-lstat
/tests/test-lstat.exe
+/tests/test-malloc-gnu
+/tests/test-malloc-gnu.exe
/tests/test-malloca
/tests/test-malloca.exe
/tests/test-math
@@ -2550,6 +2560,8 @@ autom4te.cache/
/tests/test-pr_quotation_mark.exe
/tests/test-pr_radical
/tests/test-pr_radical.exe
+/tests/test-pr_regional_indicator
+/tests/test-pr_regional_indicator.exe
/tests/test-pr_sentence_terminal
/tests/test-pr_sentence_terminal.exe
/tests/test-pr_soft_dotted
@@ -2592,6 +2604,10 @@ autom4te.cache/
/tests/test-pthread_sigmask2.exe
/tests/test-raise
/tests/test-raise.exe
+/tests/test-realloc-gnu
+/tests/test-realloc-gnu.exe
+/tests/test-reallocarray
+/tests/test-reallocarray.exe
/tests/test-rwlock1
/tests/test-rwlock1.exe
/tests/test-sched
@@ -3182,8 +3198,8 @@ core
*.gcno
*.gcda
# Logs generated by Automake:
-/tests/*.log
-/tests/*.trs
+/tests/**/*.log
+/tests/**/*.trs
# Other.
/lib/alloca.h
/lib/alloca.h-t