mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- And gitignore unit test generated files, and generated doc files.
This commit is contained in:
parent
2fea5663bd
commit
bd5eeff364
2 changed files with 6 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -46,3 +46,8 @@
|
|||
/libunbound/python/unbound.py
|
||||
/pythonmod/interface.h
|
||||
/pythonmod/unboundmodule.py
|
||||
/testdata/result.*
|
||||
/testdata/.done-*
|
||||
/testdata/.perfstats.txt
|
||||
/doc/html
|
||||
/doc/xml
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
2 May 2019: Wouter
|
||||
- contrib/fastrpz.patch updated for code changes, and with git diff.
|
||||
- Fix .gitignore, add pythonmod and dnstap generated files.
|
||||
And unit test generated files, and generated doc files.
|
||||
|
||||
1 May 2019: Wouter
|
||||
- Update makedist for git.
|
||||
|
|
|
|||
Loading…
Reference in a new issue