From: W.C.A. Wijngaards Date: Wed, 3 Jul 2024 12:59:39 +0000 (+0200) Subject: - Add unit test skip files and bison and flex output to gitignore. X-Git-Tag: release-1.21.0rc1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36f9d1a2a9356940959ecb544484ac26f1f19d2d;p=thirdparty%2Funbound.git - Add unit test skip files and bison and flex output to gitignore. --- diff --git a/.gitignore b/.gitignore index 985e48869..2d67173eb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ /config.status /dnstap/dnstap_config.h /dnscrypt/dnscrypt_config.h +/util/configlexer.c +/util/configparser.c +/util/configparser.h /clubsyms.def /doc/example.conf /doc/libunbound.3 @@ -55,6 +58,7 @@ /pythonmod/unboundmodule.py /testdata/result.* /testdata/.done-* +/testdata/.skip-* /testdata/.perfstats.txt /doc/html /doc/xml diff --git a/doc/Changelog b/doc/Changelog index d72bf84c8..0cab2de33 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ 3 July 2024: Wouter - Fix #144: Port ipset to BSD pf tables. + - Add unit test skip files and bison and flex output to gitignore. 2 July 2024: Wouter - Fix to remove unused include from the readzone test program.