mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-22 16:45:08 +00:00
support */dir1 pattern on ignore
This commit is contained in:
8
tests-ng/ignore-patterns.sh
vendored
8
tests-ng/ignore-patterns.sh
vendored
@@ -57,11 +57,11 @@ dotfiles:
|
||||
src: mpv
|
||||
dst: ${tmpd}/mpv
|
||||
cmpignore:
|
||||
- '*/watch_later/*'
|
||||
- '*/watch_later'
|
||||
upignore:
|
||||
- '*/watch_later/*'
|
||||
- '*/watch_later'
|
||||
instignore:
|
||||
- '*/watch_later/*'
|
||||
- '*/watch_later'
|
||||
profiles:
|
||||
p1:
|
||||
dotfiles:
|
||||
@@ -97,7 +97,7 @@ config:
|
||||
dotpath: dotfiles
|
||||
ignoreempty: true
|
||||
impignore:
|
||||
- '*/watch_later/*'
|
||||
- '*/watch_later'
|
||||
dotfiles:
|
||||
profiles:
|
||||
_EOF
|
||||
|
||||
Reference in New Issue
Block a user