mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Ignore nomacs Image Lounge.conf from sync cheks on diffs
This commit is contained in:
parent
ce7b6837f6
commit
542ac098b4
1
sync.py
1
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
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue