All these little things in life
They all create this haze
There's too many things to get done
And I'm running out of days (3Doors Down)
Dieses Blog durchsuchen
Dienstag, 9. August 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 :)
AntwortenLöschen## 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