1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 20:19:23 +00:00

support */dir1 pattern on ignore

This commit is contained in:
deadc0de6
2023-12-28 06:12:13 +01:00
committed by deadc0de
parent 3e4ac7e6a2
commit af694e6835
4 changed files with 29 additions and 13 deletions

View File

@@ -191,7 +191,7 @@ It is possible to ignore specific patterns when using dotdrop.
* Using dotfiles block [upignore](config-dotfiles.md)
* Using the command line switch `-i`/`--ignore`
The ignore pattern must follow Unix shell-style wildcards, like, for example `*/path/to/file` for files or
The ignore pattern must follow Unix shell-style wildcards, like for example `*/path/to/file` for files and
`*/path/to/directory/*` for directories.
Make sure to quote these when using wildcards in the config file.