From: W.C.A. Wijngaards Date: Thu, 2 May 2019 14:01:56 +0000 (+0200) Subject: - Fix .gitignore, add pythonmod and dnstap generated files. X-Git-Tag: release-1.9.2rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fea5663bd90a1d3bd2c147ac90d097800aeb42d;p=thirdparty%2Funbound.git - Fix .gitignore, add pythonmod and dnstap generated files. --- diff --git a/.gitignore b/.gitignore index f4527fd81..c5f2c37cc 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ /doc/unbound.conf.5 /libtool /libunbound.la +/_unbound.la /smallapp/unbound-control-setup.sh /unbound /unbound-anchor @@ -39,4 +40,9 @@ /contrib/libunbound.pc /contrib/unbound.service /contrib/unbound.socket - +/dnstap/dnstap.pb-c.c +/dnstap/dnstap.pb-c.h +/libunbound/python/libunbound_wrap.c +/libunbound/python/unbound.py +/pythonmod/interface.h +/pythonmod/unboundmodule.py diff --git a/doc/Changelog b/doc/Changelog index ca18d9625..b326dfdbc 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 2 May 2019: Wouter - contrib/fastrpz.patch updated for code changes, and with git diff. + - Fix .gitignore, add pythonmod and dnstap generated files. 1 May 2019: Wouter - Update makedist for git.