OSDN Git Service

PATCH: [ 1689854 ] C# development file filter
[winmerge-jp/winmerge-jp.git] / Filters / ADAMulti.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in ADAMulti source trees
3 name: ADAMulti
4 desc: Suppresses various binaries found in ADAMulti source trees
5
6 ## This is an inclusive (loose) filter
7 ## (it lets through everything not specified)
8 def: include
9
10 ## Filters for filenames begin with f:
11 ## Filters for directories begin with d:
12 ## (Inline comments begin with " ##" and extend to the end of the line)
13
14 f: \.o$     ## Object file
15 f: \.lib$
16 f: \.obj$   ## Object file
17 f: \.inf$   ## Generated file
18 f: \.map$   ## Map file
19 f: \.lst$   ## list file
20 f: \.ti$    ## generated file
21 f: \.dbo$   ## Object file
22 f: \.dla$   ## Object file
23 f: \.dnm$   ## Node map file?
24 f: \.bin$   ## Code file
25 f: \.a$     ## library file
26 f: \.s$
27
28 d: \\cvs$   ## cvs repository files
29 d: \\obj$   ## object file directory
30 d: \\objs$  ## object file directory