From 0d796b1aaad6000687498165103ca902f83f4583 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sun, 6 Dec 2009 03:04:39 +0000 Subject: [PATCH] improve cleanup and add named.run to .cvsignore files --- bin/tests/system/acl/ns2/.cvsignore | 1 + bin/tests/system/checknames/ns1/.cvsignore | 1 + bin/tests/system/checknames/ns2/.cvsignore | 1 + bin/tests/system/checknames/ns3/.cvsignore | 1 + bin/tests/system/dnssec/ns6/.cvsignore | 1 + bin/tests/system/dnssec/ns7/.cvsignore | 1 + bin/tests/system/masterformat/ns1/.cvsignore | 1 + bin/tests/system/masterformat/ns2/.cvsignore | 1 + bin/tests/system/sortlist/clean.sh | 4 ++-- 9 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 bin/tests/system/acl/ns2/.cvsignore create mode 100644 bin/tests/system/checknames/ns1/.cvsignore create mode 100644 bin/tests/system/checknames/ns2/.cvsignore create mode 100644 bin/tests/system/checknames/ns3/.cvsignore create mode 100644 bin/tests/system/dnssec/ns6/.cvsignore create mode 100644 bin/tests/system/dnssec/ns7/.cvsignore create mode 100644 bin/tests/system/masterformat/ns1/.cvsignore create mode 100644 bin/tests/system/masterformat/ns2/.cvsignore diff --git a/bin/tests/system/acl/ns2/.cvsignore b/bin/tests/system/acl/ns2/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/acl/ns2/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/checknames/ns1/.cvsignore b/bin/tests/system/checknames/ns1/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/checknames/ns1/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/checknames/ns2/.cvsignore b/bin/tests/system/checknames/ns2/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/checknames/ns2/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/checknames/ns3/.cvsignore b/bin/tests/system/checknames/ns3/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/checknames/ns3/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/dnssec/ns6/.cvsignore b/bin/tests/system/dnssec/ns6/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/dnssec/ns6/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/dnssec/ns7/.cvsignore b/bin/tests/system/dnssec/ns7/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/dnssec/ns7/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/masterformat/ns1/.cvsignore b/bin/tests/system/masterformat/ns1/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/masterformat/ns1/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/masterformat/ns2/.cvsignore b/bin/tests/system/masterformat/ns2/.cvsignore new file mode 100644 index 0000000000..6af68aad15 --- /dev/null +++ b/bin/tests/system/masterformat/ns2/.cvsignore @@ -0,0 +1 @@ +named.run diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh index bb71507cc4..3e6119a6b8 100644 --- a/bin/tests/system/sortlist/clean.sh +++ b/bin/tests/system/sortlist/clean.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.7 2007/09/26 03:22:44 marka Exp $ +# $Id: clean.sh,v 1.8 2009/12/06 03:04:39 each Exp $ -rm -f *.dig *.good +rm -f *.dig *.good *.out rm -f */named.memstats