From: Bruno Haible Date: Thu, 9 Jan 2025 17:25:14 +0000 (+0100) Subject: Update .gitignore after the recent refactorings. X-Git-Tag: v0.24~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7546fb222f7f874857fd97179da63ce7f02e1a18;p=thirdparty%2Fgettext.git Update .gitignore after the recent refactorings. --- diff --git a/.gitignore b/.gitignore index ca688f19f..b980e08e1 100644 --- a/.gitignore +++ b/.gitignore @@ -253,6 +253,7 @@ /gettext-tools/libgettextpo/stpcpy.c /gettext-tools/libgettextpo/stpncpy.c /gettext-tools/libgettextpo/str-two-way.h +/gettext-tools/libgettextpo/str_startswith.c /gettext-tools/libgettextpo/strchrnul.c /gettext-tools/libgettextpo/strchrnul.valgrind /gettext-tools/libgettextpo/streq.h diff --git a/libtextstyle/.gitignore b/libtextstyle/.gitignore index 2f7bdb2e2..248305ca0 100644 --- a/libtextstyle/.gitignore +++ b/libtextstyle/.gitignore @@ -195,6 +195,8 @@ /lib/stdlib.c /lib/stdlib.in.h /lib/stpcpy.c +/lib/str_endswith.c +/lib/str_startswith.c /lib/strerror.c /lib/strerror-override.c /lib/strerror-override.h