diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-10-29 11:44:19 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-10-29 11:44:19 +0000 |
| commit | ac2680f5e4923cbfbc004191c40e96d991dbf800 (patch) | |
| tree | 246c0d381857becca595477ef9bab4eecac95c93 | |
| parent | af209b9d55c9e9dff7a63372c129e39ce8efeb73 (diff) | |
| download | rabbitmq-server-git-ac2680f5e4923cbfbc004191c40e96d991dbf800.tar.gz | |
Remove tab, ignore .tmp
| -rw-r--r-- | .hgignore | 1 | ||||
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ syntax: glob *.swp *.patch *.orig +*.tmp erl_crash.dump deps.mk diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 6ee0115b67..60cf78d3a9 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -1,4 +1,4 @@ -{application, rabbit, %% -*- erlang -*- +{application, rabbit, %% -*- erlang -*- [{description, "RabbitMQ"}, {id, "RabbitMQ"}, {vsn, "%%VSN%%"}, |
