1
0
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:
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

@@ -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