track folder but ignore contents
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?