summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-06-24 16:55:14 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-06-24 16:55:14 +0100
commit54e7807e288b84fc0a574a43bc784a090e2341f2 (patch)
tree8f0dbdfcf7cf9874d9cafa850df62e66a7d5985c /.hgignore
parent91aee115be7cfbff56ada0bfe979ce7598325875 (diff)
downloadrabbitmq-server-git-54e7807e288b84fc0a574a43bc784a090e2341f2.tar.gz
Codegen up two different versions of rabbit_framing and provide a dispatcher to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 7b796b6640..03b60914a3 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,7 +11,7 @@ syntax: regexp
^dist/
^include/rabbit_framing\.hrl$
^include/rabbit_framing_spec\.hrl$
-^src/rabbit_framing\.erl$
+^src/rabbit_framing_amqp.*\.erl$
^src/.*\_usage.erl$
^rabbit\.plt$
^basic.plt$