0ca6afa48b48f415f8414eb240caa6acc430f6b9
[feisty_meow.git] / database / configuration / meld / binary_code_to_ignore.meld
1
2 this is a meld config file explanation...
3 meld is a great tool for comparing a large directory tree against another
4 large directory tree (or even against 1 or two more trees).
5
6 what we want out of this file is to have a list of items that will be ignored
7 when meld does a comparison on our tree of java projects.  the list provided
8 below may or may not be useful to you, but some variant might be.
9
10 to add a new filter that will get meld to ignore any files in any folder named
11 in our list, open meld's settings via the menu path "Edit | Preferences | File Filters".
12
13 once you're in that tab of the dialog, create a new filter called something like:
14   binary-code
15 and add these folder names as values for the filter:
16   bin bin.eclipse subprojects bin-eclipse codegen genned-src genned-obj unit-test-reports
17
18 any directory listed there will be ignored during comparisons and merges, which is
19 more convenient than the alternative of seeing all the binaries that are different,
20 in every compare.  ugh.
21   --fred the hamster
22
23