]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add unit test skip files and bison and flex output to gitignore.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jul 2024 12:59:39 +0000 (14:59 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jul 2024 12:59:39 +0000 (14:59 +0200)
.gitignore
doc/Changelog

index 985e48869eaf304b9a482b04e6ec77ed59b375d8..2d67173eb29969e1ac4ff4a63c1c6c38ec4252c2 100644 (file)
@@ -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
index d72bf84c894614a70008f1cf6c368d4fb236ef9c..0cab2de335b0093ecbbf82b846ae4d1eadd008bf 100644 (file)
@@ -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.