OSDN Git Service

Update changelog&releasenotes (2)
[winmerge-jp/winmerge-jp.git] / Filters / CSharp_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: \.dll$ ## Windows DLL
17 f: \.exe$ ## Windows executable
18 f: \.obj$ ## VC object module file
19 f: \.pdb$ ## VC program database file (debugging symbolic information)
20 f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
21 f: \.suo$ ## VC options file (binary)
22 f: \.cache$ ## ??
23 f: \.resource$ ## Compiled resource file.
24 f: \.xfrm ## ??
25 f: \.bak$ ## backup
26
27 d: \\\.svn$ ## Subversion working copy
28 d: \\_svn$  ## Subversion working copy ASP.NET Hack
29 d: \\cvs$   ## CVS control directory
30 d: \\bin$       ## binary files directory
31 d: \\obj$       ## object files directory
32 d: \\\.git$ ## Git directory
33 d: \\\.bzr$ ## Bazaar branch
34 d: \\\.hg$ ## Mercurial repository
35 d: \\\.vs$ ## A hidden folder that stores .suo and *.db files