X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fmeld%2Fbinary_code_to_ignore.meld;h=c425b92bac950ee8162debcfc91fa676d1a3e05c;hb=acd77159da7b6b42af83e908cddd74a2c26d38bb;hp=96d46328f34c7b472c1563580afe0916e719c90a;hpb=afd064ea69dfd4d29bf1d9f524f24b67f6b7b5de;p=feisty_meow.git diff --git a/infobase/configuration/meld/binary_code_to_ignore.meld b/infobase/configuration/meld/binary_code_to_ignore.meld index 96d46328..c425b92b 100644 --- a/infobase/configuration/meld/binary_code_to_ignore.meld +++ b/infobase/configuration/meld/binary_code_to_ignore.meld @@ -8,12 +8,12 @@ when meld does a comparison on our tree of java projects. the list provided below may or may not be useful to you, but some variant might be. to add a new filter that will get meld to ignore any files in any folder named -in our list, open meld's settings via the menu path "Edit | Preferences | File Filters". +in our list, open meld's settings via the menu path "Meld | Preferences | File Filters". once you're in that tab of the dialog, create a new filter called something like: binary-code and add these folder names as values for the filter: - bin bin.ant bin.eclipse subprojects bin-eclipse codegen genned-src genned-obj unit-test-reports + bin.ant bin.eclipse subprojects bin-eclipse codegen genned-src genned-obj unit-test-reports any directory listed there will be ignored during comparisons and merges, which is more convenient than the alternative of seeing all the binaries that are different,