OSDN Git Service

Update ChangeLog&ReleaseNotes (3)
[winmerge-jp/winmerge-jp.git] / Filters / FileFilter.tmpl
1 ## This is a directory/file filter template for WinMerge
2 name: ${name}
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 ## To exclude some of the files that match the f: pattern, specify f!:
14 ## To exclude some of the folders that match the d: pattern, specify d!:
15 ## (Inline comments begin with " ##" and extend to the end of the line)
16
17 f: \.ext$ ## Filter for filename
18
19 d: \\subdir$ ## Filter for directory