From: W.C.A. Wijngaards Date: Thu, 2 May 2019 14:14:03 +0000 (+0200) Subject: - And gitignore unit test generated files, and generated doc files. X-Git-Tag: release-1.9.2rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5eeff364554f814515f4a679c4e7a5f5a4d13b;p=thirdparty%2Funbound.git - And gitignore unit test generated files, and generated doc files. --- diff --git a/.gitignore b/.gitignore index c5f2c37cc..f441e3a92 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/doc/Changelog b/doc/Changelog index b326dfdbc..d81c3ee44 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.