🧙♂️
WinMergeはフィルターをちゃんと設定すると捗る
TL;DR
Windowsで開発しないといけない時、マージツールとしてWinMergeは優秀。
WinMergeはフィルターをちゃんと設定すると捗るが
書き方がなんか独特すぎる
- WinMerge
つくった
git管理している.Net Coreプロジェクトを比較するとき用のものはつくった
name: exclude for dotnet core
desc: exclude
## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
def: include
## exclude .svn directories
d: \.git$
d: \\obj$
d: \\bin$
JUNKI555/DotNetCore.flt - Gist
参考サイト
- WinMerge のファイルフィルタ - aki の書き散らし(
- https://seesaawiki.jp/aki/d/WinMerge �Υե������ե��륿
- WinMergeのフィルター - 揮発性のメモ2
- WinMergeのファイルフィルタでsubversionのフォルダ(.svn)を比較しない - SEO担当者の独り言
Discussion