diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-11-27 12:51:43 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-27 12:51:43 +0100 |
commit | 0bc2a05d84dc8e496a60d0c8def7689783e08e01 (patch) | |
tree | 5a80dc4459501efaee94903f8c9bbb6e40185871 /.gitignore | |
parent | c9584096e033850c77c4c3d4ee99e8073f7b26da (diff) |
.gitignore modified to ignore test executables
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |