diff options
author | Mark Stapp <mjs@voltanet.io> | 2018-07-13 13:56:38 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2018-07-13 13:56:38 +0200 |
commit | 432eaa5d971448a601c5a49f04e1e679d90a1ddc (patch) | |
tree | 302d4afe2a9fb7c47da0f967520378280ecc7260 /tests/.gitignore | |
parent | tests: align with srcdest lib changes, remove bgp binary (diff) | |
download | frr-432eaa5d971448a601c5a49f04e1e679d90a1ddc.tar.xz frr-432eaa5d971448a601c5a49f04e1e679d90a1ddc.zip |
tests: add test_bgp_table to gitignore
Signed-off-by: Mark Stapp <mjs@voltanet.io>
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 5b90b7046..c8368b39b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -21,6 +21,7 @@ TAGS __pycache__ .pytest_cache /bgpd/test_aspath +/bgpd/test_bgp_table /bgpd/test_capability /bgpd/test_ecommunity /bgpd/test_mp_attr |