mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 01:29:58 -05:00
- Fix .gitignore, add pythonmod and dnstap generated files.
This commit is contained in:
parent
f46c238552
commit
2fea5663bd
2 changed files with 8 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -18,6 +18,7 @@
|
||||||
/doc/unbound.conf.5
|
/doc/unbound.conf.5
|
||||||
/libtool
|
/libtool
|
||||||
/libunbound.la
|
/libunbound.la
|
||||||
|
/_unbound.la
|
||||||
/smallapp/unbound-control-setup.sh
|
/smallapp/unbound-control-setup.sh
|
||||||
/unbound
|
/unbound
|
||||||
/unbound-anchor
|
/unbound-anchor
|
||||||
|
|
@ -39,4 +40,9 @@
|
||||||
/contrib/libunbound.pc
|
/contrib/libunbound.pc
|
||||||
/contrib/unbound.service
|
/contrib/unbound.service
|
||||||
/contrib/unbound.socket
|
/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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
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.
|
||||||
|
|
||||||
1 May 2019: Wouter
|
1 May 2019: Wouter
|
||||||
- Update makedist for git.
|
- Update makedist for git.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue