Skip to content

Instantly share code, notes, and snippets.

@ggirou
Created January 18, 2015 12:18
Show Gist options
  • Save ggirou/30f2980c5efdeda645c9 to your computer and use it in GitHub Desktop.
Save ggirou/30f2980c5efdeda645c9 to your computer and use it in GitHub Desktop.
WinMerge Dart filter
## This is a directory/file filter for WinMerge
## This filter lets through only files XML/HTML developer cares about
name: Dart
desc: Lets through only files XML/HTML developer cares about
## This is an exclusive filter
## (it lets through only matching files)
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)
d: \\build$ ## Subdirectories
d: \\packages$ ## Subdirectories
d: \\.git$ ## Subdirectories
d: \\.pub$ ## Subdirectories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment