diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 19:49:31 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 19:50:21 +0100 |
commit | 2d0e9b80262bca2828f50379e976507b830bb7a4 (patch) | |
tree | a6a8dcb6655f8d6623f7a1ecb30a518605539661 /tests | |
parent | tests: fix python test description for test_ringbuf (diff) | |
download | frr-2d0e9b80262bca2828f50379e976507b830bb7a4.tar.xz frr-2d0e9b80262bca2828f50379e976507b830bb7a4.zip |
tests: update gitignore
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index ab1d55b54..c2fe9c889 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -24,10 +24,12 @@ __pycache__ /bgpd/test_ecommunity /bgpd/test_mp_attr /bgpd/test_mpath +/bgpd/test_packet /isisd/test_fuzz_isis_tlv /isisd/test_fuzz_isis_tlv_tests.h /isisd/test_isis_vertex_queue /lib/cli/test_cli +/lib/cli/test_cli_clippy.c /lib/cli/test_commands /lib/cli/test_commands_defun.c /lib/test_buffer @@ -38,6 +40,7 @@ __pycache__ /lib/test_memory /lib/test_nexthop_iter /lib/test_privs +/lib/test_ringbuf /lib/test_srcdest_table /lib/test_segv /lib/test_sig @@ -48,3 +51,4 @@ __pycache__ /lib/test_ttable /lib/test_zmq /ospf6d/test_lsdb +/ospf6d/test_lsdb_clippy.c |