the torrent maker now skips hidden files
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user