tests: add nb test binary to .gitignore

Add a northbound unit-test binary product to .gitignore

Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
Mark Stapp 2025-04-15 13:16:07 -04:00
parent da8fce3830
commit b256f2f1e9

1
tests/.gitignore vendored
View file

@ -22,6 +22,7 @@ frr_northbound*
/lib/cli/test_commands /lib/cli/test_commands
/lib/cli/test_commands_defun.c /lib/cli/test_commands_defun.c
/lib/northbound/test_oper_data /lib/northbound/test_oper_data
/lib/northbound/test_oper_exists
/lib/cxxcompat /lib/cxxcompat
/lib/fuzz_zlog /lib/fuzz_zlog
/lib/test_assert /lib/test_assert