diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-17 12:01:55 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-17 12:01:55 +0200 |
commit | d769bde5be37eaf39d3de13f4a8af4c6af324b0c (patch) | |
tree | ad1c189d69ec878338f0d461099eeb2055d8661a /tests/.gitignore | |
parent | Merge pull request #8556 from donaldsharp/bgp_pbr_weird (diff) | |
download | frr-d769bde5be37eaf39d3de13f4a8af4c6af324b0c.tar.xz frr-d769bde5be37eaf39d3de13f4a8af4c6af324b0c.zip |
tests: fix missing gitignore entry
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 0c938beab..fb2edc939 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -31,6 +31,7 @@ /lib/test_heavy_wq /lib/test_idalloc /lib/test_memory +/lib/test_nexthop /lib/test_nexthop_iter /lib/test_ntop /lib/test_prefix2str |