svn ignore

打开文件

~/.subversion/config

以下 pattern 是按照 .gitignore 的内容抄过来的,可以换行,注意换行前需要有空格,表示与上一行连接

global-ignores =
    build/
    *.pbxuser
    !default.pbxuser
    *.mode1v3
    !default.mode1v3
    *.mode2v3
    !default.mode2v3
    *.perspectivev3
    !default.perspectivev3
    xcuserdata
    *.xccheckout
    *.moved-aside
    DerivedData
    *.hmap
    *.ipa
    *.xcuserstate
    .DS_Store
原文地址:https://www.cnblogs.com/ihojin/p/svn-ignore.html