summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-02 13:04:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-02 13:04:19 +0000
commit049b243624faabdb788fa410ea2bccd4039e4b18 (patch)
treec0bcaae84acb7b07d5382d46a665156d3b74ada5 /clone_build_tree.pl
parentd505aec9ae80fb7c675cf749f7a74826f68c66ed (diff)
downloadMPC-049b243624faabdb788fa410ea2bccd4039e4b18.tar.gz
ChangeLogTag: Thu Feb 2 07:02:19 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'clone_build_tree.pl')
-rwxr-xr-xclone_build_tree.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index 4d416f1d..1b6117bb 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -48,6 +48,7 @@ my($hasSymlink) = ($@ eq '');
sub findCallback {
my($matches) = !(/^CVS\z/s && ($File::Find::prune = 1) ||
+ /^\.svn\z/s && ($File::Find::prune = 1) ||
defined $exclude &&
/^$exclude\z/s && ($File::Find::prune = 1) ||
/^\.cvsignore\z/s && ($File::Find::prune = 1) ||