forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: add support for simple wildcards (iterative#4864)
* api: add support for simple wildcards Related to iterative#4816. Signed-off-by: Ioana Grigoropol <[email protected]> * api: make wildcard interpretation optional Adds a new argument for the add command `glob` that is disabled by default and when enabled it passes the input targets through glob filtering. Related: iterative#4816 Signed-off-by: Ioana Grigoropol <[email protected]> * Update dvc/repo/add.py * Update dvc/repo/add.py * Update dvc/repo/add.py * Update dvc/repo/add.py * Update dvc/repo/add.py Co-authored-by: Ruslan Kuprieiev <[email protected]>
- Loading branch information
Showing
3 changed files
with
107 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters