0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

.gitignore modified to ignore test executables

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik 2010-11-27 12:51:43 +01:00
parent c9584096e0
commit 0bc2a05d84

7
.gitignore vendored
View File

@ -19,6 +19,13 @@ 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
src/platform.hpp*
src/stamp-h1
devices/zmq_forwarder/zmq_forwarder