From 36f9d1a2a9356940959ecb544484ac26f1f19d2d Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 3 Jul 2024 14:59:39 +0200 Subject: [PATCH] - Add unit test skip files and bison and flex output to gitignore. --- .gitignore | 4 ++++ doc/Changelog | 1 + 2 files changed, 5 insertions(+) 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.