Commit 2c1c2f8b authored by Luca Boccassi's avatar Luca Boccassi

Problem: new tests and perf binaries not ignored by git

Solution: add them to .gitignore
parent 3659c120
...@@ -100,6 +100,7 @@ test_reqrep_device_tipc ...@@ -100,6 +100,7 @@ test_reqrep_device_tipc
test_reqrep_tipc test_reqrep_tipc
test_router_handover test_router_handover
test_router_mandatory_tipc test_router_mandatory_tipc
test_router_notify
test_shutdown_stress_tipc test_shutdown_stress_tipc
test_sub_forward_tipc test_sub_forward_tipc
test_term_endpoint_tipc test_term_endpoint_tipc
...@@ -133,8 +134,7 @@ test_radio_dish ...@@ -133,8 +134,7 @@ test_radio_dish
test_udp test_udp
test_scatter_gather test_scatter_gather
test_socketopt_hwm test_socketopt_hwm
test_use_fd_ipc test_use_fd
test_use_fd_tcp
test_pub_invert_matching test_pub_invert_matching
test_dgram test_dgram
test_base85 test_base85
...@@ -144,6 +144,7 @@ test_zmq_poll_fd ...@@ -144,6 +144,7 @@ test_zmq_poll_fd
test_reconnect_ivl test_reconnect_ivl
test_address_tipc test_address_tipc
test_app_meta test_app_meta
test_security_gssapi
test_security_zap test_security_zap
test_socket_null test_socket_null
test_xpub_verbose test_xpub_verbose
...@@ -166,12 +167,14 @@ remote_lat ...@@ -166,12 +167,14 @@ remote_lat
remote_thr remote_thr
inproc_lat inproc_lat
inproc_thr inproc_thr
benchmark_radix_tree
!local_lat/ !local_lat/
!local_thr/ !local_thr/
!remote_lat/ !remote_lat/
!remote_thr/ !remote_thr/
!inproc_lat/ !inproc_lat/
!inproc_thr/ !inproc_thr/
!benchmark_radix_tree/
doc/*.1 doc/*.1
doc/*.3 doc/*.3
doc/*.7 doc/*.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment