のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

WinMergeのrepoのフィルタ

name: Exclude Source Control
desc: Exclude Source Control files and directories
def: include
f: \.(vs[sp])?scc$  ## Visual SourceSafe files
d: \\\.svn$  ## Subversion working copy
d: \\_svn$   ## Subversion working copy ASP.NET Hack
d: \\cvs$    ## CVS control directory
d: \\\.git$  ## Git directory
d: \\\.bzr$  ## Bazaar branch
d: \\\.hg$   ## Mercurial repository
d: \\\.repo$ ## Repo  <= これ