OSDN Git Service

PATCH: [ 1689854 ] C# development file filter
[winmerge-jp/winmerge-jp.git] / Filters / CSharp_loose.flt
1 ## This is a directory/file filter for WinMerge\r
2 ## This filter suppresses various binaries found in Visual C# source trees\r
3 name: Visual C# loose\r
4 desc: Suppresses various binaries found in Visual C# source trees\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: \.aps$ ## VC Binary version of resource file, for quick loading\r
15 f: \.bsc$ ## VC Browser database\r
16 f: \.dll$ ## Windows DLL\r
17 f: \.exe$ ## Windows executable\r
18 f: \.obj$ ## VC object module file\r
19 f: \.pdb$ ## VC program database file (debugging symbolic information)\r
20 f: \.res$ ## VC compiled resources file (output of RC [resource compiler])\r
21 f: \.suo$ ## VC options file (binary)\r
22 f: \.cache$ ## ??\r
23 f: \.resource$ ## Compiled resource file.\r
24 f: \.xfrm ## ??\r
25 f: \.bak$ ## backup\r
26 \r
27 d: \\cvs$ ## CVS control directory\r
28 d: \\.svn$ ## Subversion control directory\r
29 \r