support specify ignored files patterns

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2025-02-19 11:41:59 +08:00
parent 644dddf9a2
commit a382e73eb8
11 changed files with 98 additions and 30 deletions
+1
View File
@@ -84,6 +84,7 @@ constexpr uint32_t ERR_CODE_RES_HEADER_PATH_EMPTY = 11210023;
constexpr uint32_t ERR_CODE_DUMP_MISSING_INPUT = 11210024;
constexpr uint32_t ERR_CODE_DUMP_INVALID_INPUT = 11210025;
constexpr uint32_t ERR_CODE_INVALID_THREAD_COUNT = 11210026;
constexpr uint32_t ERR_CODE_INVALID_IGNORE_FILE = 11210027;
// 11211xxx resource pack error
const std::string ERR_TYPE_RESOURCE_PACK = "Resource Pack Error";