Project Filtering

Andreas Pakulat apaku at gmx.de
Sat Jul 27 20:52:50 UTC 2013


Hi,

On Sat, Jul 27, 2013 at 8:02 PM, Milian Wolff <mail at milianw.de> wrote:

> On Friday 26 July 2013 00:45:00 Milian Wolff wrote:
> > On Thursday 25 July 2013 22:33:23 Andreas Pakulat wrote:
> > > But it seems filtering out complete subdirs or at least all files
> > > recursively does not work and neither filtering a specific file in all
> > > subdirs. That is given a structure like this (/ is the project root
> dir):
> > >
> > > /
> > > + - framework
> > >
> > > |      +- baz
> > >
> > > + - builds
> > >
> > > |       +- linux
> > > |
> > > |            +- README.txt
> > >
> > > + - config
> > >
> > >         +- baz
> > >
> > > The following exclude's don't seem to exclude anything:
> > >
> > > builds
> > > builds/*
> > > */baz
> > >
> > > I still see the two baz files as well as 'builds' and its various
> > > children/grandchildren. This is with the generic project manager again.
> >
> > Confirmed, there are some fishy things going on. I'll investigate more
> > tomorrow. Thanks for the report!
>
> Not tomorrow, but at least I figured out what is going on. The old
> genericprojectmanagersettings KCM is interfering :)
>
> find /path/to/install/prefix -name
> "kcm_kdev_genericprojectmanagersettings*" -
> delete
>
> Then it should work. Please test again and tell me if you find anything
> suspicious.
>

Unfortunately I still see the same behaviour after removing the old kcm. I
can't find a way to filter out a subdir or the contents of a subdir by
either specifying the directory (with or without trailing slash) or
directory name + /*.

Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130727/425fdcc5/attachment.html>


More information about the KDevelop-devel mailing list