mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] clean up tests, update .gitignore
This commit is contained in:
parent
ab571c1f5b
commit
78f20eda3c
7 changed files with 13 additions and 1 deletions
1
bin/tests/.gitignore
vendored
1
bin/tests/.gitignore
vendored
|
|
@ -25,3 +25,4 @@ keydelete
|
|||
gssapi_krb
|
||||
t_tasks
|
||||
t_timers
|
||||
makejournal
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ rm -f ns3/prepub.example.db.in
|
|||
rm -f ns3/secure-to-insecure2.example.db
|
||||
rm -f ns3/nozsk.example.db ns3/inaczsk.example.db
|
||||
rm -f ns3/reconf.example.db
|
||||
rm -f ns3/kg.out ns3/s.out ns3/st.out
|
||||
rm -f ns3/ttl*.db
|
||||
rm -f signing.out.*
|
||||
rm -f ns3/*.nzf
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# $Id: clean.sh,v 1.48 2012/02/22 23:47:34 tbox Exp $
|
||||
|
||||
rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
|
||||
rm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk
|
||||
rm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk */*.jbk
|
||||
rm -f ns1/root.db ns2/example.db ns3/secure.example.db
|
||||
rm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
|
||||
rm -f ns3/dynamic.example.db ns3/dynamic.example.db.signed.jnl
|
||||
|
|
|
|||
1
bin/tests/system/ecdsa/.gitignore
vendored
Normal file
1
bin/tests/system/ecdsa/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
prereq.sh
|
||||
1
bin/tests/system/rsabigexponent/.gitignore
vendored
Normal file
1
bin/tests/system/rsabigexponent/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
bigkey
|
||||
|
|
@ -20,3 +20,4 @@
|
|||
rm -f dig.out.* rndc.out.* random.data ns1/named.conf
|
||||
rm -f K* ns1/K*
|
||||
rm -f */named.memstats
|
||||
rm -f ns1/_default.tsigkeys
|
||||
|
|
|
|||
7
lib/samples/.gitignore
vendored
7
lib/samples/.gitignore
vendored
|
|
@ -1 +1,8 @@
|
|||
Makefile-postinstall
|
||||
nsprobe
|
||||
process
|
||||
resolve
|
||||
sample-async
|
||||
sample-gai
|
||||
sample-request
|
||||
sample-update
|
||||
|
|
|
|||
Loading…
Reference in a new issue