My project code is like this:
- Code: Select all
<!-- Documentation is available at http://www.sublimetext.com/docs/projects -->
<project>
<mount name="test" dir="foo" dirinclude="bar,ham\eggs" exclude="*.pyc" include="*.*"/>
<options>
<![CDATA[
buildFile Packages/C++/Make.sublime-build
]]>
</options>
</project>
I'm trying to use the directory foo as my mount point, and then include the subdirectories bar and ham giving a tree like foo\bar and foo\ham\eggs
Is this even possible?