[Templates] How do I ignore .svn directories?

Andy Wardley abw@wardley.org
Mon, 14 Aug 2006 08:30:54 +0100


David Dyer-Bennet wrote:
> I've just moved a web site built with TT over to a Subversion source
> code repository, and I noticed that it's now looking at all the files
> in the .svn directories.  

I'm guessing that you're using ttree here?  In which case, this config
option should do it:

   ignore = \b(CVS|RCS|svn)\b

HTH
A