summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-30 00:08:51 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-30 00:08:51 +0100
commit107d08b387e3f43aed3e11465c6c0cca64f89b4a (patch)
treec3b03096e23ed1932c04ddb1312c94a15159a1cf /.hgignore
parent5ad7fc306e8a6fb18222a502b8881f39384c4076 (diff)
downloadrabbitmq-c-github-ask-107d08b387e3f43aed3e11465c6c0cca64f89b4a.tar.gz
Simple producer/consumer examples
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 0f386f2..045a6ab 100644
--- a/.hgignore
+++ b/.hgignore
@@ -22,3 +22,5 @@
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$
+^examples/amqp_producer$
+^examples/amqp_consumer$