From: Christian Hofstaedtler Date: Wed, 21 Aug 2013 09:51:55 +0000 (+0200) Subject: Update gitignore files X-Git-Tag: rec-3.6.0-rc1~511^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F959%2Fhead;p=thirdparty%2Fpdns.git Update gitignore files * config.cache is configure's cache (if used) * test-driver is a new autotools script * bindparser.hh is an intermediate file (gets copied to bindparser.h) --- diff --git a/.gitignore b/.gitignore index 2eaebc25c8..9624072261 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /Makefile.in /aclocal.m4 /autom4te.cache +/config.cache /config.guess /config.h /config.h.in @@ -14,6 +15,7 @@ /mkinstalldirs /stamp-h /stamp-h1 +/test-driver /ylwrap *.la *.lo @@ -38,4 +40,4 @@ lt~obsolete.m4 pdns-*.tar.gz .*DS_Store *~ -pdns.pid \ No newline at end of file +pdns.pid diff --git a/pdns/backends/bind/.gitignore b/pdns/backends/bind/.gitignore index 4d4db85b6a..ff3a623c93 100644 --- a/pdns/backends/bind/.gitignore +++ b/pdns/backends/bind/.gitignore @@ -6,6 +6,7 @@ /bindlexer.c /bindparser.cc /bindparser.h +/bindparser.hh /bindparser.output /dnslabeltext.cc /bind-dnssec.schema.sqlite3.sql.h