summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$