Technical tweaks, helpers, contradictions and a lot of blood sweet and tears are inside this blog.
Search This Blog
Tuesday, August 9, 2011
WinMerge Filter for Java and SVN
## This is a directory/file filter for WinMerge name: Java and SVN desc: Suppresses various binaries found in JAVA and svn source trees ## Ignore Java bin files f: \.class$ f: \.jar$
## Just an updated version of your filter :) ## This is a directory/file filter for WinMerge name: Java and SVN desc: Suppresses various binaries found in JAVA and svn source trees
## This is an include filter ## (it lets through not matching files) def: include
## Just an updated version of your filter :)
ReplyDelete## This is a directory/file filter for WinMerge
name: Java and SVN
desc: Suppresses various binaries found in JAVA and svn source trees
## This is an include filter
## (it lets through not matching files)
def: include
## Ignore Java bin files
f: \.class$
## f: \.jar$
## Ignore backup files
f: \.bak$
## Ignore Eclipse files
f: \.classpath$
f: \.project$
## Ignore subversion folders
d: \\.svn$
d: \\._svn$
## Ignore eclipse folders
d: \\.metadata$
d: \\.settings$
d: \\bin$
d: \\build$
d: \\RemoteSystemsTempFiles$
## Ignore Gradle folders
d: \\.gradle$
## d: \\*$ ## Subdirectories