winmerge filter for java

## This is a directory/file filter template for WinMerge
name: java filter
desc: Longer description

## 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
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


f: \.class$ ## Filter for filename
f: \.iml$


d: \\target$

d: \\\.idea

d: \\\.github

posted @ 2023-03-13 16:10  AI健康  阅读(48)  评论(0编辑  收藏  举报