- Fix .gitignore, add pythonmod and dnstap generated files.

This commit is contained in:
W.C.A. Wijngaards 2019-05-02 16:01:56 +02:00
parent f46c238552
commit 2fea5663bd
2 changed files with 8 additions and 1 deletions

8
.gitignore vendored
View file

@ -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

View file

@ -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.