How to Ignore Any File Name Ending with the Pound Sign #
Henry Shu <[email protected]> Fri, 19 Jul 2024 13:04:10 -0500
| Newsgroups | gmane.network.unison.general |
|---|---|
| Message-ID | <CAMp96Ze-iVOR1S5ezdwEj_i6CHoBbJYfrtKyDZ10G=D8snYBgQ@mail.gmail.com> |
Hello, What can I write in a Unison profile to ignore any file paths ending with a pound sign #? I've tried the following, and none worked. I think the tricky part is that Unison treats "#" as a special character for commenting in a profile. ignore = Name *# ignore = Name *\# ignore = Name *[#] ignore = Name *\\# ignore = Name "*#" ignore = Name *"#" Thanks, Henry To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].