- And gitignore unit test generated files, and generated doc files.

This commit is contained in:
W.C.A. Wijngaards 2019-05-02 16:14:03 +02:00
parent 2fea5663bd
commit bd5eeff364
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View file

@ -46,3 +46,8 @@
/libunbound/python/unbound.py /libunbound/python/unbound.py
/pythonmod/interface.h /pythonmod/interface.h
/pythonmod/unboundmodule.py /pythonmod/unboundmodule.py
/testdata/result.*
/testdata/.done-*
/testdata/.perfstats.txt
/doc/html
/doc/xml

View file

@ -1,6 +1,7 @@
2 May 2019: Wouter 2 May 2019: Wouter
- contrib/fastrpz.patch updated for code changes, and with git diff. - contrib/fastrpz.patch updated for code changes, and with git diff.
- Fix .gitignore, add pythonmod and dnstap generated files. - Fix .gitignore, add pythonmod and dnstap generated files.
And unit test generated files, and generated doc files.
1 May 2019: Wouter 1 May 2019: Wouter
- Update makedist for git. - Update makedist for git.