-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory ignore pattern not working in upignore [bug] #418
Comments
Hello, Thanks for submitting this. |
Hi, I used this -
|
@ask1234560 I was able to reproduce this and indeed it was only a problem of output as the directory is ignored but we still get an ouput saying it was added. I'm working on a fix in PR 419. |
The fix has been merged in master. Thanks again for your help on this! |
Hi @deadc0de6, thanks for working on the fix but i still face the issue.
Output - Result -
Result - I think we should go with ignore pattern specified in the documentation. I would be happy to provide any other info you need. |
@ask1234560 Thanks for re-submitting this and sorry you're having troubles with dotdrop. The naive fix is to use for both I would however suggest to use the following as a temporary fix:
I hope this is clear enough. However this gives you the explanation but I agree that it is not optimal and I'm working on trying to find either an unified way of performing those actions with ignore patterns or do a better documentation on how this works. I will get back to you when I have something better. |
I have refactored the way the ignore patterns are applied (as well as the doc) in the refactor ignore pattern PR.
Now it's consistent and would be applied correctly. |
I have just merged refactor ignore pattern PR which should fix some inconsistencies in handling the ignore patterns across the different actions. It also now supports both formats for the directories ( |
Thanks @deadc0de6 for the fix. |
Dotdrop version (and git commit if run from source): v1.14.0.r8.g9b62d57-1
Describe the bug
Ignore not working with directory in upignore
Attaching the video.
Screencast-2023-11-12-13.48.47-low-size.mp4
Expected behavior
/home/ananthu/.config/dotfiles_bspwm/dotfiles/config/mpv/watch_later
should be ignored.Additional information
The relevant part of the config file
Dotdrop's execution with the debug logs (
--verbose
)Attaching the debug log.
debug.log
Thank you @deadc0de6 for dotdrop. If you need any other info please feel free to ask.
The text was updated successfully, but these errors were encountered: