It&#39;s the leading &quot;/&quot; in the txt portion of the expression..... get rid of it.<div><br></div><div>(Eric already pointed this out in his reply to this email...)<br><br></div><div>With the expression the way it is, you&#39;re trying to exclude things that have literal &quot;/.txt&quot; in them. What you want is &quot;.txt&quot; right?</div>
<div><br></div><div><br><div class="gmail_quote">On Tue, Jun 30, 2009 at 11:14 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, thank you for the response; I am in the process of moving my project from MSVC solution to out-of-source cmake builds.<br>
<br>
Please ignore the fact that I used a generated file in my previous example, that&#39;s tangential to the problem I&#39;m reporting.  Pretend that the set statement is:<br>
<br>
set( CPACK_SOURCE_IGNORE_FILES &quot;/Build/;/\\\\.hg/;/\\\\.svn/;/\\\\.txt/&quot; )<br>
<br>
I still can&#39;t get this to work.  I am wondering if I have the slashes right.  The funny thing is, it does properly exclude my .svn folder.<br>
<font color="#888888"><br>
Kent<br>
</font><div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: John Drescher [mailto:<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>]<br>
Sent: Monday, June 29, 2009 9:14 PM<br>
To: Knox, Kent<br>
Cc: <a href="mailto:cmake@cmake.org">cmake@cmake.org</a><br>
Subject: Re: [CMake] CPACK_SOURCE_IGNORE_FILES<br>
<br>
On Mon, Jun 29, 2009 at 9:18 PM, Knox, Kent&lt;<a href="mailto:Kent.Knox@amd.com">Kent.Knox@amd.com</a>&gt; wrote:<br>
&gt; I&#39;m integrating CPack into my build system, and can&#39;t quite get<br>
&gt; CPACK_SOURCE_IGNORE_FILES to work right.<br>
&gt;<br>
&gt; I want to cull individual files from the source package, like .ncb files<br>
&gt; and .pdb files and such.  It seems as though CPACK_SOURCE_IGNORE_FILES<br>
&gt; honors the directories that I want to exclude, but not individual files.<br>
&gt; For instance:<br>
&gt;<br>
&gt; set( CPACK_SOURCE_IGNORE_FILES<br>
&gt; &quot;/Build/;/\\\\.hg/;/\\\\.svn/;/\\\\.ncb$/&quot; )<br>
&gt;<br>
&gt; will ignore the Build directory, as well as the .svn directory, but<br>
&gt; happily includes the .ncb files, even though I don&#39;t want them.<br>
&gt;<br>
&gt; I found a related post on <a href="http://stackoverflow.com" target="_blank">stackoverflow.com</a> from another user who seems<br>
&gt; to be experiencing the same problem:<br>
&gt; &lt;<a href="http://stackoverflow.com/questions/727075/regular-expression-for-hidden" target="_blank">http://stackoverflow.com/questions/727075/regular-expression-for-hidden</a><br>
&gt; -files-under-unix&gt;<br>
&gt;<br>
&gt; Thx in advance.<br>
&gt;<br>
<br>
My advice is to use out of source builds so that no generated files<br>
like .ncb .. are mixed in with your source.<br>
<br>
John<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>