From cc571feb7acff6dc247f3dcd9353e110e50f70c7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:06:41 +0900 Subject: .gitignore updated to reflact new test names Signed-off-by: Martin Sustrik --- .gitignore | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index ada879b..4450075 100644 --- a/.gitignore +++ b/.gitignore @@ -20,20 +20,23 @@ autom4te.cache .* *~ .*~ -tests/test_pair_inproc -tests/test_pair_ipc -tests/test_pair_tcp -tests/test_reqrep_inproc -tests/test_reqrep_ipc -tests/test_reqrep_tcp -tests/test_shutdown_stress -tests/test_hwm -tests/test_timeo -tests/test_reqrep_device -tests/test_reqrep_drop -tests/test_sub_forward -tests/test_invalid_rep -tests/test_msg_flags +tests/pair_inproc +tests/pair_ipc +tests/pair_tcp +tests/reqrep_inproc +tests/reqrep_ipc +tests/reqrep_tcp +tests/shutdown_stress +tests/hwm +tests/timeo +tests/reqrep_device +tests/reqrep_drop +tests/sub_forward +tests/invalid_rep +tests/msg_flags +tests/reconnect +tests/linger +tests/max_sockets src/platform.hpp* src/stamp-h1 perf/local_lat -- cgit v1.2.3