OSDN Git Service

BUG: [ 1619689 ] Filefilter: ASP.NET Devel
[winmerge-jp/winmerge-jp.git] / Filters / Merge_VC_loose.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in Visual C++ source trees
3 name: Visual C++ loose
4 desc: Suppresses various binaries found in Visual C++ 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: \.aps$ ## VC Binary version of resource file, for quick loading
15 f: \.bsc$ ## VC Browser database
16 f: \.clw$ ## VC class-wizard status file
17 f: \.dll$ ## Windows DLL
18 f: \.exe$ ## Windows/DOS executable
19 f: \.exp$ ## VC library export file
20 f: ^vc[4-9]0\.idb$ ## VC Minimal rebuild dependency file
21 f: \.ilk$ ## VC incremental linker memory file
22 f: \.lib$ ## compiled libraries
23 f: \.ncb$ ## VC parser information file (class view & component gallery stuff)
24 f: \.obj$ ## VC object module file
25 f: \.pch$ ## VC precompiled header file
26 f: \.pdb$ ## VC program database file (debugging symbolic information)
27 f: \.sbr$ ## VC source browser file (used to create bsc file)
28 f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
29 f: \.suo$ ## VC options file (binary)
30 f: \.ncb$ ## VC Intellisense file
31 f: \.opt$ ## VC project options file
32 f: \.bak$ ## backup
33
34 d: \\cvs$ ## CVS control directory
35 d: \\.svn$ ## Subversion control directory
36