summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorPaul Jones <pauljones23@gmail.com>2009-07-22 15:48:50 +0100
committerPaul Jones <pauljones23@gmail.com>2009-07-22 15:48:50 +0100
commit31e0c44c728751a00195785979e24898a238ed35 (patch)
treeb6e8d889fc1126e665e8c7cc144a79b1b51dfb68 /.hgignore
parente7d9f77b67da410faefce10edbfb48458be6c26e (diff)
downloadrabbitmq-server-31e0c44c728751a00195785979e24898a238ed35.tar.gz
Added a rabbit_plugin_activator to generate a .boot file for Rabbit; changed startup script to use this file if available
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b759a9d9..7925f07a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,9 @@ syntax: regexp
^rabbit.plt$
^ebin/rabbit.app$
^ebin/rabbit.rel$
+^ebin/rabbit.boot$
+^ebin/rabbit.script$
+^plugins/
^packaging/RPMS/Fedora/(BUILD|RPMS|SOURCES|SPECS|SRPMS)$
^packaging/debs/Debian/rabbitmq-server_.*\.(dsc|(diff|tar)\.gz|deb|changes)$