<div class="gmail_quote">On Tue, Jun 30, 2009 at 11:43 AM, Knox, Kent <span dir="ltr">&lt;<a href="mailto:Kent.Knox@amd.com">Kent.Knox@amd.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Yes, this was the trick.  Thank you to Eric Noulard and David Cole<br>
<div class="im"><br>
&quot;With the expression the way it is, you&#39;re trying to exclude things that<br>
have literal &quot;/.txt&quot; in them. What you want is &quot;.txt&quot; right?&quot;<br>
<br>
</div>I suppose that I&#39;m a little confused by the RegEx.  So with the &#39;/&#39;<br>
characters, was I literally looking for a &#39;/&#39; characters in my search<br>
patterns?  Is that why they work in the directory filters? </blockquote><div><br></div><div>Yes.</div><div><br></div><div>The variable is a list of regular expressions. Each regex is separated from the next by the &quot;;&quot; characters. The &quot;/&quot; is literally matching. The backslashes are double escaped because CMake and the regex processor both use &quot;\&quot; as an escape character.</div>
<div><br></div><div><br></div></div>