OSDN Git Service

Update changelog&releasenotes (2)
[winmerge-jp/winmerge-jp.git] / Filters / Merge_GnuC_loose.flt
index 3e9b92a..72a210d 100644 (file)
@@ -1,6 +1,7 @@
 ## This is a directory/file filter for WinMerge
 ## This filter suppresses various binaries found in GNU C source trees
 name: GNU C loose
+desc: Suppresses various binaries found in GNU C source trees
 
 ## This is an inclusive (loose) filter
 ## (it lets through everything not specified)
@@ -12,6 +13,12 @@ def: include
 
 f: \.o$
 f: \.lib$
+f: \.bak$ ## backup
 
-d: \\cvs$ ## CVS control directory
+d: \\\.svn$ ## Subversion working copy
+d: \\_svn$  ## Subversion working copy ASP.NET Hack
+d: \\cvs$   ## CVS control directory
+d: \\\.git$ ## Git directory
+d: \\\.bzr$ ## Bazaar branch
+d: \\\.hg$ ## Mercurial repository