diff options
author | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2009-04-30 00:08:51 +0100 |
---|---|---|
committer | Tony Garnock-Jones <tonyg@kcbbs.gen.nz> | 2009-04-30 00:08:51 +0100 |
commit | 107d08b387e3f43aed3e11465c6c0cca64f89b4a (patch) | |
tree | c3b03096e23ed1932c04ddb1312c94a15159a1cf /.hgignore | |
parent | 5ad7fc306e8a6fb18222a502b8881f39384c4076 (diff) | |
download | rabbitmq-c-github-ask-107d08b387e3f43aed3e11465c6c0cca64f89b4a.tar.gz |
Simple producer/consumer examples
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ ^examples/amqp_sendstring$ ^examples/amqp_exchange_declare$ ^examples/amqp_listen$ +^examples/amqp_producer$ +^examples/amqp_consumer$ |