WordPress itself, in the wp-content folder, includes an empty PHP file which looks like this.
<?php
// Silence is golden.
?>
Should plugins include an empty file like this as well to stop folks view viewing the contents of a directory? What about additional folders in themes -- like an includes directory?
Options –Indexesin the bundled htaccess, so these files wouldn't be necessary... – One Trick Pony Mar 13 '12 at 1:45