You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/01/14 01:23:10 UTC

svn commit: rev 6158 - incubator/spamassassin/branches/b2_6_0

Author: mss
Date: Tue Jan 13 16:23:09 2004
New Revision: 6158

Modified:
   incubator/spamassassin/branches/b2_6_0/Makefile.PL
Log:
Ough, we need to ignore the .svn directories here, too.


Modified: incubator/spamassassin/branches/b2_6_0/Makefile.PL
==============================================================================
--- incubator/spamassassin/branches/b2_6_0/Makefile.PL	(original)
+++ incubator/spamassassin/branches/b2_6_0/Makefile.PL	Tue Jan 13 16:23:09 2004
@@ -744,7 +744,7 @@
   init_MY_globals($self);
 
   return q{} if $path =~ m{
-                  (^|/)CVS(/|$)|
+                  (^|/)(\.svn|CVS)(/|$)|
                   [/.](orig|old|rej|diff|patch|bak|backup|my)$
                 }ix;