Using unison for synchronization on mac, I would like to ignore files such as .DS_store
in each directory. In my profile file, I put, as described in section "Ignored path" of the page.
ignore = Regex *.DS_Store
ignore = Regex *\.DS_Store
ignore = Regex "*.DS_Store"
but either it didn't work or I have the error: line 33: Malformed pattern "Regex *.DS_Store"
.
Regex
requires a regex. – Gilles 'SO- stop being evil' Sep 05 '16 at 22:33