summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-11-27 12:51:43 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-11-27 12:51:43 +0100
commit0bc2a05d84dc8e496a60d0c8def7689783e08e01 (patch)
tree5a80dc4459501efaee94903f8c9bbb6e40185871 /.gitignore
parentc9584096e033850c77c4c3d4ee99e8073f7b26da (diff)
.gitignore modified to ignore test executables
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 975d60d..16d0ce7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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