<div dir="ltr">Thanks for the patch.<div><br></div><div style>I found some issues with the changes to the .gitignore file:</div><div style><br></div><div style>By deleting the "*.beam" line the *.beam files in the</div>
<div style>tests/ directory will no longer be ignored.</div><div style><br></div><div style>The new "ebin/" line should start with a slash to anchor</div><div style>it to the top of repository (this is a nit pick and is unlikely</div>
<div style>to cause any problems in practice).</div><div style><br></div><div style>Therefore, I suggest that the .gitignore file should look</div><div style>like:</div><div style><br></div><div style><div>*.beam</div><div>
.eunit/</div><div>.qc/</div><div>/ebin/</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 6:01 AM, ノートン ジョーセフ ウェイ ン <span dir="ltr"><<a href="mailto:norton@lovely.email.ne.jp" target="_blank">norton@lovely.email.ne.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello.<br>
<br>
It is helpful to directly use the pmod_transform application as a dependency via the rebar tool.  This patch makes this possible.<br>
<br>
<br>
$ git fetch <a href="https://github.com/ubf/pmod_transform.git" target="_blank">https://github.com/ubf/pmod_transform.git</a> master<br>
<br>
commit eb4842e0079803187572e3dc6682f950bba183f4<br>
Author: Joseph Wayne Norton <<a href="mailto:norton@alum.mit.edu">norton@alum.mit.edu</a>><br>
Date:   Wed Feb 20 12:27:31 2013 +0900<br>
<br>
    Add src/pmod_transform.app.src for rebar support<br>
<br>
<br>
The following repository contains instructions that demonstrate how this patch has been used for this purpose.<br>
<br>
<a href="https://github.com/ubf/ubf#quick-start-recipe" target="_blank">https://github.com/ubf/ubf#quick-start-recipe</a><br>
<br>
Best regards,<br>
<br>
Joe N.<br>
<br>
_______________________________________________<br>
erlang-patches mailing list<br>
<a href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-patches" target="_blank">http://erlang.org/mailman/listinfo/erlang-patches</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB
</div>