Revision: 4322
http://svn.sourceforge.net/winmerge/?rev=4322&view=rev
Author: kimmov
Date: 2007-06-07 12:57:57 -0700 (Thu, 07 Jun 2007)
Log Message:
-----------
PATCH: [ 1721815 ] Add CSharp file filter for 2.6.x
Modified Paths:
--------------
branches/R2_6/Src/Changes.txt
Added Paths:
-----------
branches/R2_6/Filters/CSharp_loose.flt
Copied: branches/R2_6/Filters/CSharp_loose.flt (from rev 4320, trunk/Filters/CSharp_loose.flt)
===================================================================
--- branches/R2_6/Filters/CSharp_loose.flt (rev 0)
+++ branches/R2_6/Filters/CSharp_loose.flt 2007-06-07 19:57:57 UTC (rev 4322)
@@ -0,0 +1,29 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in Visual C# source trees
+name: Visual C# loose
+desc: Suppresses various binaries found in Visual C# source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.aps$ ## VC Binary version of resource file, for quick loading
+f: \.bsc$ ## VC Browser database
+f: \.dll$ ## Windows DLL
+f: \.exe$ ## Windows executable
+f: \.obj$ ## VC object module file
+f: \.pdb$ ## VC program database file (debugging symbolic information)
+f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
+f: \.suo$ ## VC options file (binary)
+f: \.cache$ ## ??
+f: \.resource$ ## Compiled resource file.
+f: \.xfrm ## ??
+f: \.bak$ ## backup
+
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
+
Modified: branches/R2_6/Src/Changes.txt
===================================================================
--- branches/R2_6/Src/Changes.txt 2007-06-07 16:20:22 UTC (rev 4321)
+++ branches/R2_6/Src/Changes.txt 2007-06-07 19:57:57 UTC (rev 4322)
@@ -2,6 +2,10 @@
Add new items to top.
(This summarizes all changes to all files under Src, including Src\Languages.)
+2007-06-07 Kimmo
+ PATCH: [ 1721815 ] Add CSharp file filter for 2.6.x
+ Filters new file: CSharp_loose.flt
+
2007-05-31 Tim
PATCH: [ 1729179 ] Change "Rational Clearcase" to "Rational ClearCase"
Src: Merge.rc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|