Hi all, In my project there are two build directories. One top-level, which gets all the classes etc and one in the lib dir, like this: /build (contains classes from compilation etc) /lib/build (contains jar libraries needed for compiling) How can I tell bazaar that I want to ignore only the top level directory? Thanks