Ignore nomacs Image Lounge.conf from sync cheks on diffs

This commit is contained in:
ItsDrike 2022-10-29 20:46:41 +02:00
parent ce7b6837f6
commit 542ac098b4
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -179,6 +179,7 @@ def exclude_fun(diff: FileDiff) -> bool:
lambda d: Path("home/.config/newsboat") in d.rel_dot_file.parents,
lambda d: Path("home/.cache/zsh/history") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
lambda d: Path("home/.local/scripts") in d.rel_dot_file.parents,
lambda d: Path("home/.config/nomacs/Image Lounge.conf") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
lambda d: Path("root") in d.rel_dot_file.parents, # Temporary
]