the torrent maker now skips hidden files

This commit is contained in:
Arvid Norberg 2006-12-20 23:02:41 +00:00
parent c32dd33a2d
commit cbf6bfe806
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ void add_files(
, path const& p
, path const& l)
{
if (l.leaf()[0] == '.') return;
path f(p / l);
if (is_directory(f))
{