From 489cfea427b6bb8a8d0a367285d53f9285fdb2b0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 6 Jun 2010 15:31:11 +1200 Subject: Update hgignore --- .hgignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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$ -- cgit v1.2.1