the torrent maker now skips hidden files
This commit is contained in:
parent
c32dd33a2d
commit
cbf6bfe806
|
@ -55,6 +55,7 @@ void add_files(
|
||||||
, path const& p
|
, path const& p
|
||||||
, path const& l)
|
, path const& l)
|
||||||
{
|
{
|
||||||
|
if (l.leaf()[0] == '.') return;
|
||||||
path f(p / l);
|
path f(p / l);
|
||||||
if (is_directory(f))
|
if (is_directory(f))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue