]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix .gitignore, add pythonmod and dnstap generated files.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 May 2019 14:01:56 +0000 (16:01 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 May 2019 14:01:56 +0000 (16:01 +0200)
.gitignore
doc/Changelog

index f4527fd812ebea125cd1e252419e24e6946e77f4..c5f2c37cc3a646358e736f3c4ec877ac7cad70f7 100644 (file)
@@ -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
index ca18d9625cf5c2348882d3fe248468356c43918a..b326dfdbcf72773646313e4a922b3148bc754818 100644 (file)
@@ -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.