From aa2611bbae140bfa9c5fed930678a99a505105ac Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 2 Apr 2016 17:49:07 -0400 Subject: [PATCH] init: Added note about exclusions --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init.cpp b/src/init.cpp index f18632e7..f66b3e50 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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.