[Templates] ttree and .files

Johan Vromans jvromans@squirrel.nl
Mon, 02 Oct 2006 17:56:38 +0200


I have a web site that is produced using ttree.
Conveniently, dot-files are skipped in the process with a "ignore"
instruction in ttree.cfg.

However, I have .htaccess files that do need to be included (= copied).

Unfortunately, the instructions are processed in the order ignore /
copy / accept.

Is there an elegant work-around to skip dot files, while still being
able to include some?

-- Johan