Skip to content

Instantly share code, notes, and snippets.

@wallymathieu
Created November 18, 2011 12:12
Show Gist options
  • Save wallymathieu/1376295 to your computer and use it in GitHub Desktop.
Save wallymathieu/1376295 to your computer and use it in GitHub Desktop.

Revisions

  1. wallymathieu revised this gist Nov 18, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion CSharp_loose.flt
    Original file line number Diff line number Diff line change
    @@ -31,4 +31,4 @@ d: \\obj\\Debug$ ##
    d: \\obj\\Release$ ##
    d: \\obj\\x86$ ##
    d: \\.svn$ ## Subversion control directory
    d: \\.git$ ## Subversion control directory
    d: \\.git$ ## Git directory
  2. wallymathieu created this gist Nov 18, 2011.
    34 changes: 34 additions & 0 deletions CSharp_loose.flt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@
    ## 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: \\bin\\Debug$ ##
    d: \\bin\\Release$ ##
    d: \\obj\\Debug$ ##
    d: \\obj\\Release$ ##
    d: \\obj\\x86$ ##
    d: \\.svn$ ## Subversion control directory
    d: \\.git$ ## Subversion control directory