OSDN Git Service

BUG: [ 1619689 ] Filefilter: ASP.NET Devel
[winmerge-jp/winmerge-jp.git] / Filters / FileFilter.tmpl
1 ## This is a directory/file filter template for WinMerge
2 name: Name of filter
3 desc: Longer description
4
5 ## Select if filter is inclusive or exclusive
6 ## Inclusive (loose) filter lets through all items not matching rules
7 ## Exclusive filter lets through only items that match to rule
8 ## include or exclude
9 def: include
10
11 ## Filters for filenames begin with f:
12 ## Filters for directories begin with d:
13 ## (Inline comments begin with " ##" and extend to the end of the line)
14
15 f: \.ext$ ## Filter for filename
16
17 d: \\subdir$ ## Filter for directory