Is there any way to set up an enlistement such that a specific set of sub-paths are excluded? For example, the "flax" project keeps its code on googlecode, and has a corresponding enlistement.
However, the "flax" project depends on various third-party libraries - one of which is the Yahoo UI library. For convenience, this has simply been imported into the repository (at trunk/src/static/js/yui). The YUI library is much larger than the flax code is ever going to be, and as a result the statistics for flax are way off.
Ideally, I'd like to be able to add a list of paths to the enlistment, such that ohloh would read this list, and ignore any files in the repository which appear under these paths. Is there any prospect of a feature like this being added, or can anyone think of a workaround for this?