OSDN Git Service

refactor
[winmerge-jp/winmerge-jp.git] / Filters / Frontpage.flt
1 ## This is a directory/file filter for WinMerge
2 name: Frontpage
3 desc: Suppresses _vti and other system directories in Frontpage websites
4
5 ## This is an inclusive (loose) filter
6 ## (it lets through everything not specified)
7 def: include
8
9 ## Filters for filenames begin with f:
10 ## Filters for directories begin with d:
11 ## (Inline comments begin with " ##" and extend to the end of the line)
12
13 d: \\fpdb$
14 d: \\stats$
15 d: \\_borders$
16 d: \\_derived$
17 d: \\_fpclass$
18 d: \\_overlay$
19 d: \\_private$
20 d: \\_contentindex$
21 d: \\_themes$
22 d: \\_vti_bin$
23 d: \\_vti_cnf$
24 d: \\_vti_log$
25 d: \\_vti_map$
26 d: \\_vti_pvt$
27 d: \\_vti_txt$
28 d: \\_vti_script$
29 d: \\_vti*$
30 d: \\\.svn$ ## Subversion working copy
31 d: \\_svn$  ## Subversion working copy ASP.NET Hack
32 d: \\cvs$   ## CVS control directory
33 d: \\\.git$ ## Git directory
34 d: \\\.bzr$ ## Bazaar branch
35 d: \\\.hg$ ## Mercurial repository