- Add unit test skip files and bison and flex output to gitignore.

This commit is contained in:
W.C.A. Wijngaards 2024-07-03 14:59:39 +02:00
parent d3a2264272
commit 36f9d1a2a9
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -10,6 +10,9 @@
/config.status /config.status
/dnstap/dnstap_config.h /dnstap/dnstap_config.h
/dnscrypt/dnscrypt_config.h /dnscrypt/dnscrypt_config.h
/util/configlexer.c
/util/configparser.c
/util/configparser.h
/clubsyms.def /clubsyms.def
/doc/example.conf /doc/example.conf
/doc/libunbound.3 /doc/libunbound.3
@ -55,6 +58,7 @@
/pythonmod/unboundmodule.py /pythonmod/unboundmodule.py
/testdata/result.* /testdata/result.*
/testdata/.done-* /testdata/.done-*
/testdata/.skip-*
/testdata/.perfstats.txt /testdata/.perfstats.txt
/doc/html /doc/html
/doc/xml /doc/xml

View File

@ -5,6 +5,7 @@
3 July 2024: Wouter 3 July 2024: Wouter
- Fix #144: Port ipset to BSD pf tables. - Fix #144: Port ipset to BSD pf tables.
- Add unit test skip files and bison and flex output to gitignore.
2 July 2024: Wouter 2 July 2024: Wouter
- Fix to remove unused include from the readzone test program. - Fix to remove unused include from the readzone test program.