[vcv] Ignore var directory.
[commit: http://hg.dwscoalition.org/vcv/rev/7bc89d5e7090]
Ignore var directory.
Patch by
mark.
Files modified:
Ignore var directory.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- bin/vcv
-------------------------------------------------------------------------------- diff -r 5475615302d0 -r 7bc89d5e7090 bin/vcv --- a/bin/vcv Tue Feb 17 19:49:45 2009 +0000 +++ b/bin/vcv Sun Mar 01 22:18:10 2009 +0000 @@ -338,6 +338,7 @@ foreach my $p (@paths) next if $file =~ /\bCVS\b/; next if $file eq ".svn"; next if $file eq ".hg"; + next if $file eq 'var'; next if $file eq "." or $file eq ".."; if (-d "$fulldir/$file") { next if $file eq "blib"; --------------------------------------------------------------------------------