Remove the core from the exclude configuration
The INSTALL file gives an example with an exclude of "core", like so:
exclude:
lost+found/
core
*~The "core" should be taken out of the list. This will also exclude all directories named .../core/... , and that is wrong. The documentation will be changed for the 1.3.1 release.
Original by Keith Lofstrom Feb 08, 2005
