From: W.C.A. Wijngaards Date: Thu, 9 Feb 2023 11:08:27 +0000 (+0100) Subject: - Fix to git ignore the library symbol file that configure can create. X-Git-Tag: release-1.19.0rc1~38^2~25^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=488811157e824d501d404a24a7c3b54ba4c6abac;p=thirdparty%2Funbound.git - Fix to git ignore the library symbol file that configure can create. --- diff --git a/.gitignore b/.gitignore index 6c3cfb91d..985e48869 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /config.status /dnstap/dnstap_config.h /dnscrypt/dnscrypt_config.h +/clubsyms.def /doc/example.conf /doc/libunbound.3 /doc/unbound-anchor.8 diff --git a/doc/Changelog b/doc/Changelog index ae38e3b0d..b520f624c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -9,6 +9,7 @@ - Fix unit tests for spurious empty messages. - Fix consistency of unit test without roundrobin answers for the cnametooptout unit test. + - Fix to git ignore the library symbol file that configure can create. 8 February 2023: Wouter - Fix #841: Unbound won't build with aaaa-filter-iterator.patch.