diff options
| author | Mark Stapp <mjs@cisco.com> | 2025-04-15 13:16:07 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2025-04-15 13:16:07 -0400 |
| commit | b256f2f1e90fd40ffb791d79dbdcaf71c3ab1a04 (patch) | |
| tree | 540ae5a307b0b99f6dda146e6b554a9ae1c07686 | |
| parent | da8fce3830baa2fd4d70050a3f7677d6e8bd5ad4 (diff) | |
tests: add nb test binary to .gitignore
Add a northbound unit-test binary product to .gitignore
Signed-off-by: Mark Stapp <mjs@cisco.com>
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 681438f4a5..51909cd81d 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -22,6 +22,7 @@ frr_northbound* /lib/cli/test_commands /lib/cli/test_commands_defun.c /lib/northbound/test_oper_data +/lib/northbound/test_oper_exists /lib/cxxcompat /lib/fuzz_zlog /lib/test_assert |
