summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-09-21 12:10:21 +0100
committerDavid Wragg <david@rabbitmq.com>2011-09-21 12:10:21 +0100
commit50213f56ba58df7553edd3ffaaef7ca56c698114 (patch)
tree2287ceed3d204e59ed66e95bcb297592bbe83caf /.hgignore
parent7e45283246f935b797e1dc419f8882e0d39e3a6b (diff)
downloadrabbitmq-c-github-ask-50213f56ba58df7553edd3ffaaef7ca56c698114.tar.gz
Add support for parsing amqp URLs to librabbitmq
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 6018037..99d8fa6 100644
--- a/.hgignore
+++ b/.hgignore
@@ -20,6 +20,7 @@
^(|librabbitmq/|tests/|examples/|tools/|tools/doc/)Makefile(\.in)?$
^tests/test_tables$
+^tests/test_parse_url$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$