OSDN Git Service

PATCH: [ 1689854 ] C# development file filter
[winmerge-jp/winmerge-jp.git] / Filters / MASM.flt
1 ## This is a directory/file filter for WinMerge
2 name: MASM loose
3 desc: Suppresses various binaries found in MASM source trees
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: \~$ 
14 f: \.map$ 
15 f: \.mod$ 
16 f: \.aml$ 
17 f: \.bak$ 
18 f: \.bin$ 
19 f: \.dat$ 
20 f: \.icr$ 
21 f: \.lib$ 
22 f: \.lnk$ 
23 f: \.log$ 
24 f: \.lst$ 
25 f: \.map$ 
26 f: \.mod$ 
27 f: \.obj$ 
28 f: \.pgx$ 
29 f: \.res$ 
30 f: \.rom$ 
31 f: \.rls$ 
32 f: MAKEFILE$