summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-02-20 22:58:40 +0000
committerDavid Wragg <dpw@lshift.net>2010-02-20 22:58:40 +0000
commitc90336ef0b6c8507a2f409db7e33dd1844b25517 (patch)
treefe58dc22a21ac75341dd1064fb48ba60a5c2e70c /.hgignore
parent55ac202750859482c4319addb8c54368b2369455 (diff)
downloadrabbitmq-c-github-ask-c90336ef0b6c8507a2f409db7e33dd1844b25517.tar.gz
Command line AMQP tools based on rabbitmq-c
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 01ba313..3719f47 100644
--- a/.hgignore
+++ b/.hgignore
@@ -18,7 +18,7 @@
^librabbitmq/amqp_framing\.[ch]$
-^(|librabbitmq/|tests/|examples/)Makefile(\.in)?$
+^(|librabbitmq/|tests/|examples/|tools/)Makefile(\.in)?$
^tests/test_tables$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
@@ -28,3 +28,6 @@
^examples/amqp_unbind$
^examples/amqp_bind$
^examples/amqp_listenq$
+^tools/amqp-publish$
+^tools/amqp-get$
+^tools/amqp-consume$