OSDN Git Service

PATCH: [ 1694048 ] File filter for Symbian developers
[winmerge-jp/winmerge-jp.git] / Filters / Symbian.flt
1 ## This is a directory/file filter for WinMerge\r
2 ## This filter suppresses various binaries found in Symbian development source trees.\r
3 name: Symbian C++\r
4 desc: Suppresses various binaries found in Visual C++ source trees compiling Symbian\r
5 \r
6 ## This is an inclusive (loose) filter\r
7 ## (it lets through everything not specified)\r
8 def: include\r
9 \r
10 ## Filters for filenames begin with f:\r
11 ## Filters for directories begin with d:\r
12 ## (Inline comments begin with " ##" and extend to the end of the line)\r
13 \r
14 f: \.bsc$ ## VC Browser database\r
15 f: \.aps$ ## VC Binary version of resource file, for quick loading\r
16 f: \.bsc$ ## VC Browser database\r
17 f: \.clw$ ## VC class-wizard status file\r
18 f: \.dll$ ## Windows DLL\r
19 f: \.exe$ ## Windows executable\r
20 f: \.exp$ ## VC library export file\r
21 f: \\vc60.idb$ ## VC ?\r
22 f: \.ilk$ ## VC incremental linker memory file\r
23 f: \.lib$ ## compiled libraries\r
24 f: \.ncb$ ## VC parser information file (class view & component gallery stuff)\r
25 f: \.obj$ ## VC object module file\r
26 f: \.pch$ ## VC precompiled header file\r
27 f: \.pdb$ ## VC program database file (debugging symbolic information)\r
28 f: \.sbr$ ## VC source browser file (used to create bsc file)\r
29 f: \.res$ ## VC compiled resources file (output of RC [resource compiler])\r
30 f: \.rsc ## Compiled resources\r
31 f: \.app ## Application\r
32 f: \.aif\r
33 f: \.bak$ ## backup\r
34 f: \ABLD.bat$ ## Bat file\r
35 \r
36 d: \\cvs$ ## CVS control directory\r
37 d: \\.svn$ ## Subversion control directory