summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 15:31:11 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 15:31:11 +1200
commit489cfea427b6bb8a8d0a367285d53f9285fdb2b0 (patch)
tree53000677ee44824b132f28b5482ae06d56fc4a5b /.hgignore
parent62be6f379314bd7fc74d02f1796b3406bac3bb5b (diff)
downloadrabbitmq-c-github-ask-489cfea427b6bb8a8d0a367285d53f9285fdb2b0.tar.gz
Update hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index a47a467..6018037 100644
--- a/.hgignore
+++ b/.hgignore
@@ -18,7 +18,7 @@
^librabbitmq/amqp_framing\.[ch]$
-^(|librabbitmq/|tests/|examples/|tools/)Makefile(\.in)?$
+^(|librabbitmq/|tests/|examples/|tools/|tools/doc/)Makefile(\.in)?$
^tests/test_tables$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
@@ -32,5 +32,7 @@
^tools/amqp-publish$
^tools/amqp-get$
^tools/amqp-consume$
+^tools/amqp-declare-queue$
+^tools/amqp-delete-queue$
^tools/.*\.[17]$
^tools/doc/man-date.ent$