ArneBachmann / sos

Subversion Offline Solution

Home Page:https://sos-vcs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tracking blacklisting

ArneBachmann opened this issue · comments

e.g. via sos add "-file?.jp*"

That's ambiguous because - could be a legit part of the filename, but something like sos addnot <pattern> could work.
Whitelisting would be relevant in simple mode, but also in tracking/picky modes to exclude more specific patterns from more general tracking patterns.

Could also add a non-global ignore capability, even for simple mode - but not in the first shot