OSDN Git Service

Fix an issue where the message "The number of automatically merged changes: %1\nThe...
[winmerge-jp/winmerge-jp.git] / Filters / Symbian.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in Symbian development source trees.
3 name: Symbian C++
4 desc: Suppresses various binaries found in Visual C++ source trees compiling Symbian
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: \.bsc$ ## VC Browser database
15 f: \.aps$ ## VC Binary version of resource file, for quick loading
16 f: \.bsc$ ## VC Browser database
17 f: \.clw$ ## VC class-wizard status file
18 f: \.dll$ ## Windows DLL
19 f: \.exe$ ## Windows executable
20 f: \.exp$ ## VC library export file
21 f: \\vc60.idb$ ## VC ?
22 f: \.ilk$ ## VC incremental linker memory file
23 f: \.lib$ ## compiled libraries
24 f: \.ncb$ ## VC parser information file (class view & component gallery stuff)
25 f: \.obj$ ## VC object module file
26 f: \.pch$ ## VC precompiled header file
27 f: \.pdb$ ## VC program database file (debugging symbolic information)
28 f: \.sbr$ ## VC source browser file (used to create bsc file)
29 f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
30 f: \.rsc ## Compiled resources
31 f: \.app ## Application
32 f: \.aif
33 f: \.bak$ ## backup
34 f: \ABLD.bat$ ## Bat file
35
36 d: \\\.svn$ ## Subversion working copy
37 d: \\_svn$  ## Subversion working copy ASP.NET Hack
38 d: \\cvs$   ## CVS control directory
39 d: \\\.git$ ## Git directory
40 d: \\\.bzr$ ## Bazaar branch
41 d: \\\.hg$ ## Mercurial repository