From: Wouter Wijngaards Date: Tue, 1 Dec 2015 14:36:21 +0000 (+0000) Subject: - .gitignore for git users. X-Git-Tag: release-1.5.7rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde9703823ffbaf8ea78779c5dd2ca74e2e438dc;p=thirdparty%2Funbound.git - .gitignore for git users. git-svn-id: file:///svn/unbound/trunk@3562 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..7fed8d74d --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +*.lo +*.o +/.libs/ +/Makefile +/autom4te.cache/ +/config.h +/config.log +/config.status +/dnstap/dnstap_config.h +/doc/example.conf +/doc/libunbound.3 +/doc/unbound-anchor.8 +/doc/unbound-checkconf.8 +/doc/unbound-control.8 +/doc/unbound-host.1 +/doc/unbound.8 +/doc/unbound.conf.5 +/libtool +/libunbound.la +/smallapp/unbound-control-setup.sh +/unbound +/unbound-anchor +/unbound-checkconf +/unbound-control +/unbound-control-setup +/unbound-host +/unbound.h +/asynclook +/delayer +/lock-verify +/memstats +/perf +/petal +/pktview +/streamtcp +/testbound +/unittest + diff --git a/doc/Changelog b/doc/Changelog index d289df147..cecba52bb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ 1 December 2015: Wouter - Fixup 724 fix for fname_after_chroot() calls. - Remove stdout printout for unbound-service-install.exe + - .gitignore for git users. 30 November 2015: Ralph - Implemented qname minimisation