Manager: Change exclude path logic to /.gitignore*/ style
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ private:
|
||||
void selectivelyCommentOrUncomment(const std::string& path);
|
||||
|
||||
void forEachDotfile(const std::vector<std::string>& targets, const std::function<void(const std::filesystem::directory_entry&, size_t)>& callback);
|
||||
bool filter(const std::filesystem::path& path);
|
||||
bool filter(const std::filesystem::directory_entry& path);
|
||||
bool include(const std::filesystem::path& path, const std::vector<std::string>& targets);
|
||||
bool isSystemTarget(const std::string& target);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user