@ -66,6 +66,7 @@ The system patterns from the example config:
"systemPatterns": [
"/boot/",
"/etc/",
"/usr/lib/",
"/usr/share/"
]
#+END_SRC
@ -10,6 +10,7 @@
}
@ -11,8 +11,8 @@
#include <string>
#include <vector>
#include "util/singleton.h"
#include "util/json/json.h"
struct Settings {
std::vector<std::string> ignorePatterns {
@ -26,6 +26,7 @@ struct Settings {
std::vector<std::string> systemPatterns {
};