diff options
author | Paul Jones <pauljones23@gmail.com> | 2009-07-22 15:48:50 +0100 |
---|---|---|
committer | Paul Jones <pauljones23@gmail.com> | 2009-07-22 15:48:50 +0100 |
commit | 31e0c44c728751a00195785979e24898a238ed35 (patch) | |
tree | b6e8d889fc1126e665e8c7cc144a79b1b51dfb68 /.hgignore | |
parent | e7d9f77b67da410faefce10edbfb48458be6c26e (diff) | |
download | rabbitmq-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-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)$ |