intermodal/src/opt
Casey Rodarmor 9158c230df
Skip hidden files, symlinks, and junk in created torrents
By default, skip the following when creating a torrent:

- Junk files, like `Thumbs.db`
- Files and directories that begin with a `.`
- Files and directories that have the OS or Windows hidden attribute set
- Symlinks

These can be overridden with, respectively:
- `--include-junk`
- `--include-hidden`
- `--include-hidden`
- `--follow-symlinks`

type: changed
2020-04-07 19:01:04 -07:00
..
torrent Skip hidden files, symlinks, and junk in created torrents 2020-04-07 19:01:04 -07:00
torrent.rs Select piece length when none is provided 2020-04-07 19:01:03 -07:00