我发现我可以使用:
ignore.default = \A#.*\Z
\A.*~\Z
\A.*\.py[oc]\Z
\A.*\.sw[nopx]\Z
\A.*\.swpx\Z
\A\..*\.tmp\Z
\A.*\.git\Z
在 /etc/xdg/ubuntuone/syncdaemon.conf 中忽略文件。我不是很喜欢正则表达式,所以我尝试添加最后一行以忽略 .git 文件夹。它似乎没有工作。有人有正确的解决方案吗?
我的一个朋友建议将 \A.git\Z 用于 .git 文件夹。它似乎有效地工作。最终结果是 /etc/xdg/ubuntuone/syncdaemon.conf 中的以下 ignore.default: