diff --git a/sync.py b/sync.py index 2dad0d3..9b78208 100755 --- a/sync.py +++ b/sync.py @@ -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 ]