<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 28, 2013 at 2:07 AM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sunday 28 July 2013 01:55:14 Milian Wolff wrote:<br>
> On Saturday 27 July 2013 22:52:50 Andreas Pakulat wrote<br>
</div><snip><br>
<div class="im">> > Unfortunately I still see the same behaviour after removing the old kcm. I<br>
> > can't find a way to filter out a subdir or the contents of a subdir by<br>
> > either specifying the directory (with or without trailing slash) or<br>
> > directory name + /*.<br>
><br>
> You don't have a leading slash, do you? I don't remember why I added that<br>
> back then... Maybe to make it possible to disambiguate between something,<br>
> but I can't remember what exactly.<br>
><br>
> If that's still not it, please show me the output of "find" in a project<br>
> folder and paste the contents of .kdev4/*.kdev4 [Filters] section.<br>
<br>
</div>Ah, I think it's required in order to write something like the following to<br>
hide dot files:<br>
<br>
*/.*<br>
<br>
without the leading / we'd need two rules, one for the project root, and one<br>
for the child folders:<br>
<br>
.*<br>
*/.*<br></blockquote><div><br></div><div>The only thing I have found that hides my builds/ folder from the project is to specify</div><div><br></div><div>*/builds/</div><div><br></div><div>Removing any character (leading star or trailing slash) makes the filter not work anymore. This is a bit too hidden IMO. It also suggests that the project-specific filtering is not done based on the project folder as '/' but rather taking the invisible tree-root as '/'.</div>
<div><br></div><div>Using a trailing slash as a difference to say I want only folders matching the pattern to be filtered is fine, but it should be noted in the UI (at least in a tooltip). And the necessity to add a leading */ is certainly unexpected for me.</div>
<div><br></div><div>Andreas</div></div></div></div>