summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-05-06 21:36:45 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-05-06 21:36:45 +0100
commitdc04434f7398528ef69954f0f840ac9ce5847347 (patch)
treecf9a720a30e564e4314ace6045aa98c3416f268e /.hgignore
parent3238a4fb8525a7da066528c4f735412d4fabadfb (diff)
downloadrabbitmq-c-github-ask-dc04434f7398528ef69954f0f840ac9ce5847347.tar.gz
Better support for tables
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 045a6ab..325dba1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -18,7 +18,8 @@
^librabbitmq/amqp_framing\.[ch]$
-^(|librabbitmq/|examples/)Makefile(\.in)?$
+^(|librabbitmq/|tests/|examples/)Makefile(\.in)?$
+^tests/test_tables$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$