diff options
| author | Mark Stapp <mjs@cisco.com> | 2025-04-15 13:16:07 -0400 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-16 08:51:19 +0000 |
| commit | 452d71cd96e242caae2bc141362efa746e15414c (patch) | |
| tree | 1c0d4a0055d79ce26404dc319f07b60c9b0d0bc9 | |
| parent | 0ede1a830285c3fa3a8424fa69486a217c1e05ce (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>
(cherry picked from commit b256f2f1e90fd40ffb791d79dbdcaf71c3ab1a04)
| -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 |
