From 6bcc48ef468248f82f5572f865ffb3cb50cbec4b Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sat, 14 Sep 2019 13:59:11 +1000 Subject: [PATCH] Update ignored files for the latest version of Gnulib --- lib/.gitignore | 15 +++++++++------ lib/glthread/.gitignore | 3 +++ lib/unistr/.gitignore | 3 +++ m4/.gitignore | 1 + 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 lib/glthread/.gitignore create mode 100644 lib/unistr/.gitignore diff --git a/lib/.gitignore b/lib/.gitignore index 3c59ab4..7cae8a5 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -81,6 +81,15 @@ Makefile.am /wctomb.c /wctype-h.c /wctype.in.h +/windows-initguard.h +/windows-mutex.c +/windows-mutex.h +/windows-once.c +/windows-once.h +/windows-recmutex.c +/windows-recmutex.h +/windows-rwlock.c +/windows-rwlock.h /wmemcpy-impl.h /wmemcpy.c @@ -115,9 +124,3 @@ Makefile.am /wctype.h /sys/ - -/unistr/ -/unistr/.dirstamp -/unistr/u8-mbtoucr.c -/unistr/u8-uctomb-aux.c -/unistr/u8-uctomb.c diff --git a/lib/glthread/.gitignore b/lib/glthread/.gitignore new file mode 100644 index 0000000..e0605e1 --- /dev/null +++ b/lib/glthread/.gitignore @@ -0,0 +1,3 @@ +/lock.c +/lock.h +/threadlib.c diff --git a/lib/unistr/.gitignore b/lib/unistr/.gitignore new file mode 100644 index 0000000..a2d422f --- /dev/null +++ b/lib/unistr/.gitignore @@ -0,0 +1,3 @@ +/u8-mbtoucr.c +/u8-uctomb-aux.c +/u8-uctomb.c diff --git a/m4/.gitignore b/m4/.gitignore index e63b79a..27f1774 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -61,6 +61,7 @@ /po.m4 /printf-posix.m4 /progtest.m4 +/pthread_rwlock_rdlock.m4 /size_max.m4 /ssize_t.m4 /stdbool.m4