Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-01-23 19:08:46 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-01-23 19:08:46 +0300
commit477f6cf0ec943b422d571b256d4fb45160bb7744 (patch)
tree6999e9dddc33485efd73ecda7a09f9465e7577f1 /.gitignore
parent5afa58b768619e2a636aa3b5ca6473a1621aeb2f (diff)
.......PS. [ZBXNEXT-6451] moved expression parsing code to separate library to avoid cyclic dependencies
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b7bd5571c71..caa9da04d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -163,6 +163,11 @@ tests/libs/zbxdbcache/zbx_vc_get_values
tests/libs/zbxdbcache/dc_function_calculate_nextcheck
tests/libs/zbxdbhigh/DBadd_condition_alloc
tests/libs/zbxdbhigh/DBselect_uint64
+tests/libs/zbxeval/zbx_eval_compose_expression
+tests/libs/zbxeval/zbx_eval_execute
+tests/libs/zbxeval/zbx_eval_execute_ext
+tests/libs/zbxeval/zbx_eval_parse_expression
+tests/libs/zbxeval/zbx_eval_serialize
tests/libs/zbxhistory/zbx_history_get_values
tests/libs/zbxjson/zbx_json_decodevalue
tests/libs/zbxjson/zbx_json_decodevalue_dyn
@@ -178,11 +183,6 @@ tests/libs/zbxserver/evaluate_function
tests/libs/zbxserver/get_trigger_expression_constant
tests/libs/zbxserver/macro_fmttime
tests/libs/zbxserver/substitute_lld_macros
-tests/libs/zbxserver/zbx_eval_compose_expression
-tests/libs/zbxserver/zbx_eval_execute
-tests/libs/zbxserver/zbx_eval_execute_ext
-tests/libs/zbxserver/zbx_eval_parse_expression
-tests/libs/zbxserver/zbx_eval_serialize
tests/libs/zbxsysinfo/check_key_access_rules
tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME
tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS