OSDN Git Service

PATCH: [ 930482 ] Add comments to filter: Merge_GnuC_loose.flt - submitted by Tim...
[winmerge-jp/winmerge-jp.git] / Filters / Merge_GnuC_loose.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in GNU C source trees
3 name: GNU C loose
4
5 ## This is an inclusive (loose) filter
6 ## (it lets through everything not specified)
7 def: include
8
9 ## Filters for filenames begin with f:
10 ## Filters for directories begin with d:
11 ## (Inline comments begin with " ##" and extend to the end of the line)
12
13 f: \.o$
14 f: \.lib$
15
16 d: \\cvs$ ## CVS control directory
17