OSDN Git Service

Update Portuguese translation (#976)
[winmerge-jp/winmerge-jp.git] / Filters / Merge_GnuC_loose.flt
1 ## This is a directory/file filter for WinMerge
2 ## This filter suppresses various binaries found in GNU C source trees
3 name: GNU C loose
4 desc: Suppresses various binaries found in GNU 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: \.o$
15 f: \.lib$
16 f: \.bak$ ## backup
17
18 d: \\\.svn$ ## Subversion working copy
19 d: \\_svn$  ## Subversion working copy ASP.NET Hack
20 d: \\cvs$   ## CVS control directory
21 d: \\\.git$ ## Git directory
22 d: \\\.bzr$ ## Bazaar branch
23 d: \\\.hg$ ## Mercurial repository
24