Skip to content

Instantly share code, notes, and snippets.

@traktraktrugui
Created October 17, 2013 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save traktraktrugui/7018293 to your computer and use it in GitHub Desktop.
Save traktraktrugui/7018293 to your computer and use it in GitHub Desktop.
WinMerge Filters SVN
## This is a directory/file filter template for WinMerge
name: SVN2
desc: SVN2
## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
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: \.ext$ ## Filter for filename
d: \\subdir$ ## Filter for directory
## Ignore subversion housekeeping folders
d: \\.svn$
d: \\._svn$
d: \\bin$
d: \\obj$
d: \\Debug$
d: \\Release$
f: \.suo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment