Sublime Forum

Problem with direxclude

#1

I’m having trouble with direxclude on a subdirectory. For example with this project file:

<project> <mount dir="." direxclude="a/aa"/> </project>

All the files in a/aa are still being included in the project.

Thanks,
Dave

0 Likes

#2

I should mention I’m using Sublime within Wine on Ubuntu.

0 Likes

#3

It operates only on the leaf part of the directory name, so you’d need to set direxclude=“aa” in the above example.

0 Likes