From bd5eeff364554f814515f4a679c4e7a5f5a4d13b Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 2 May 2019 16:14:03 +0200 Subject: [PATCH] - And gitignore unit test generated files, and generated doc files. --- .gitignore | 5 +++++ doc/Changelog | 1 + 2 files changed, 6 insertions(+) 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.