OSDN Git Service

Merge branch 'master' of https://github.com/sdottaka/winmerge-v2
[winmerge-jp/winmerge-jp.git] / Filters / Merge_VB_loose.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in Visual Basic source trees
3 name: Visual Basic loose
4 desc: Suppresses various binaries found in Visual Basic 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: \.frx$ ## 
15 f: \.dca$ ## 
16 f: \.ctx$ ## 
17 f: \.dll$ ## Windows DLL
18 f: \.ocx$ ## OLE Control Extension
19 f: \.exe$ ## Windows/DOS executable
20 f: \.bak$ ## backup
21
22 d: \\\.svn$ ## Subversion working copy
23 d: \\_svn$  ## Subversion working copy ASP.NET Hack
24 d: \\cvs$   ## CVS control directory
25 d: \\\.git$ ## Git directory
26 d: \\\.bzr$ ## Bazaar branch
27 d: \\\.hg$ ## Mercurial repository
28 d: \\\.vs$ ## A hidden folder that stores .suo and *.db files
29