track folder but ignore contents
![](http://jazz.net/_images/myphoto/0f5b808ab3d9a8645f9956ae64ac5791.jpg)
Is there a way to ignore the contents of a folder without ignoring the folder itself?
My .jazzignore has this in it
core.ignore.recursive= \
{DymolaSimDir} \
and I tried putting
{DymolaSimDir\*} \
{DymolaSimDir/*} \
but these options did not work as expected. Is there a way to do what I want?