mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
improve cleanup and add named.run to .cvsignore files
This commit is contained in:
parent
4adecd0845
commit
0d796b1aaa
9 changed files with 10 additions and 2 deletions
1
bin/tests/system/acl/ns2/.cvsignore
Normal file
1
bin/tests/system/acl/ns2/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/checknames/ns1/.cvsignore
Normal file
1
bin/tests/system/checknames/ns1/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/checknames/ns2/.cvsignore
Normal file
1
bin/tests/system/checknames/ns2/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/checknames/ns3/.cvsignore
Normal file
1
bin/tests/system/checknames/ns3/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/dnssec/ns6/.cvsignore
Normal file
1
bin/tests/system/dnssec/ns6/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/dnssec/ns7/.cvsignore
Normal file
1
bin/tests/system/dnssec/ns7/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/masterformat/ns1/.cvsignore
Normal file
1
bin/tests/system/masterformat/ns1/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
1
bin/tests/system/masterformat/ns2/.cvsignore
Normal file
1
bin/tests/system/masterformat/ns2/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
named.run
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue