can File /r skip version control directories (e.g. CVS or .svn)
we have the installer project under version control. In the installer script we use
File /r LiquidImages
to recursivly add lots of data files.
This unfortunately adds version control files as well.
Each subdir contains a folder called '.svn' and I would like not to include these files.
Any idea ?
Is there something like a blacklist (files to ignore)?