From 691a5818385689f79e517ad6b038c34bca921e89 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 21 Aug 2013 11:51:55 +0200 Subject: [PATCH] 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) --- .gitignore | 4 +++- pdns/backends/bind/.gitignore | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2