Manager+Doc: Update config file
This commit is contained in:
@@ -66,6 +66,7 @@ The system patterns from the example config:
|
|||||||
"systemPatterns": [
|
"systemPatterns": [
|
||||||
"/boot/",
|
"/boot/",
|
||||||
"/etc/",
|
"/etc/",
|
||||||
|
"/usr/lib/",
|
||||||
"/usr/share/"
|
"/usr/share/"
|
||||||
]
|
]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"systemPatterns": [
|
"systemPatterns": [
|
||||||
"/boot/",
|
"/boot/",
|
||||||
"/etc/",
|
"/etc/",
|
||||||
|
"/usr/lib/",
|
||||||
"/usr/share/"
|
"/usr/share/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -11,8 +11,8 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "util/singleton.h"
|
|
||||||
#include "util/json/json.h"
|
#include "util/json/json.h"
|
||||||
|
#include "util/singleton.h"
|
||||||
|
|
||||||
struct Settings {
|
struct Settings {
|
||||||
std::vector<std::string> ignorePatterns {
|
std::vector<std::string> ignorePatterns {
|
||||||
@@ -26,6 +26,7 @@ struct Settings {
|
|||||||
std::vector<std::string> systemPatterns {
|
std::vector<std::string> systemPatterns {
|
||||||
"/boot/",
|
"/boot/",
|
||||||
"/etc/",
|
"/etc/",
|
||||||
|
"/usr/lib/",
|
||||||
"/usr/share/"
|
"/usr/share/"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user