$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2006-10-28 14:30:18
I'm having trouble figuring out how to specify exclude patterns for the
glob-tree rule. I want to exclude all files in directories named ".svn".
Patterns I've tried include ".svn", "*.svn*", and "(.*[.]svn.*)".
Could someone show me a pattern that would work? Is the syntax described
somewhere?
-- Daniel Schlyder