Skip to content

Instantly share code, notes, and snippets.

@mapfel
Created January 16, 2019 10:36
Show Gist options
  • Save mapfel/f7f28e58860b643c6358de8f05a9a702 to your computer and use it in GitHub Desktop.
Save mapfel/f7f28e58860b643c6358de8f05a9a702 to your computer and use it in GitHub Desktop.
WinMerge Filters
## This is a directory/file filter template for WinMerge
name: VS Excluded
desc: Excludes package & .git Folder
## 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: exclude
## 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
d: .git
d: packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment