mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-01 10:18 pm

[vcv] Ignore var directory.

[commit: http://hg.dwscoalition.org/vcv/rev/7bc89d5e7090]

Ignore var directory.

Patch by [staff profile] mark.

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";
--------------------------------------------------------------------------------