summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-10-13 21:48:06 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-10-13 21:48:06 -0700
commitfd71dda104cb877c9b2762ee7151304cafb74d5c (patch)
tree3472b16dd7b410862fd2c0ca67e4d1f1236dee7e
parent67d4aa6a8a29676a9d8b695885f9b688361c31b9 (diff)
downloadrabbitmq-c-fd71dda104cb877c9b2762ee7151304cafb74d5c.tar.gz
Other: Remove unused .hgignore file.
-rw-r--r--.hgignore40
1 files changed, 0 insertions, 40 deletions
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 7c8a99f..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,40 +0,0 @@
-^scratch$
-
-^autom4te\.cache$
-^aclocal\.m4$
-^config\.(guess|log|status|sub|h\.in~?)$
-^configure$
-^depcomp$
-^install-sh$
-^ltmain.sh$
-^missing$
-
-(^|/)\.libs$
-(^|/)\.deps$
-\.(o|lo|la)$
-^config\.h$
-^stamp-h1$
-^libtool$
-
-^librabbitmq/amqp_framing\.[ch]$
-
-^(|librabbitmq/|tests/|examples/|tools/|tools/doc/)Makefile(\.in)?$
-^tests/test_tables$
-^tests/test_parse_url$
-^examples/amqp_sendstring$
-^examples/amqp_rpc_sendstring_client$
-^examples/amqp_exchange_declare$
-^examples/amqp_listen$
-^examples/amqp_producer$
-^examples/amqp_consumer$
-^examples/amqp_unbind$
-^examples/amqp_bind$
-^examples/amqp_listenq$
-
-^tools/amqp-publish$
-^tools/amqp-get$
-^tools/amqp-consume$
-^tools/amqp-declare-queue$
-^tools/amqp-delete-queue$
-^tools/.*\.[17]$
-^tools/doc/man-date.ent$