init: Added note about exclusions

This commit is contained in:
Paul Beckingham 2016-04-02 17:49:07 -04:00
parent 8981ea0342
commit aa2611bbae

View file

@ -149,6 +149,8 @@ void initializeDataAndRules (
configFile.create (0600);
rules.load (configFile._data);
// TODO Provide the exclusions to the database, for use with new files.
// This value is not written out to disk, as there would be no point. Having
// located the config file, the 'db' location is already known. This is just
// for subsequent internal use.