I think we can remove ebin, yes. It was for users of rebar2.
*José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D On Wed, Apr 26, 2017 at 6:16 PM, eksperimental <[email protected]> wrote: > I guess I can go ahead with a PR. > > José, could you please confirm the removal of this entry: > > > I see we could also delete from .gitignore: > > /ebin > > thank you. > > On Mon, 17 Apr 2017 12:07:35 +0700 > eksperimental <[email protected]> wrote: > > > I see we could also delete from .gitignore: > > /ebin > > > > On Thu, 13 Apr 2017 17:03:58 +0200 > > José Valim <[email protected]> wrote: > > > > > Those sounds good to me. Let's wait a while to see if anyone has an > > > objection and move ahead if not. > > > > > > > > > > > > *José Valim* > > > www.plataformatec.com.br > > > Skype: jv.ptec > > > Founder and Director of R&D > > > > > > On Thu, Apr 13, 2017 at 4:55 PM, eksperimental < > [email protected]> > > > wrote: > > > > > > > I'm working on improving the Makefile of Elixir, and I'm going > through > > > > what's being ignored in > > > > the .gitignore file. > > > > Some are candidate for removal. > > > > > > > > **************************** > > > > 1) /.release > > > > It seems that it has been removed long time ago in these two commits. > > > > > > > > commit 8ced611aee30a30ed6728a9ef32c0d7094f3a262 > > > > Author: José Valim <[email protected]> > > > > Date: Thu Jan 24 08:05:01 2013 -0700 > > > > > > > > We no longer have a .release task > > > > > > > > M .travis.yml > > > > > > > > commit 85fca3de2ecc36436e655db6afa0acf9bfa51f43 > > > > Author: José Valim <[email protected]> > > > > Date: Wed Jan 23 13:53:09 2013 -0700 > > > > > > > > Properly declare .PHONY targets > > > > > > > > M Makefile > > > > > > > > **************************** > > > > 2) /rel/elixir > > > > > > > > commit d44e8bd1f6efc54e664c28fdfc864af37e7e3129 > > > > Author: José Valim <[email protected]> > > > > Date: Tue Feb 11 10:24:27 2014 +0100 > > > > > > > > Remove release files > > > > > > > > M Makefile > > > > > > > > > > > > **************************** > > > > > > > > Additionally I would like to make it explicitly clear when we are > refering > > > > to a file or a directory > > > > in the .gitignore file. > > > > So what I propose it is to suffix direcotries with a "/" > > > > this could also apply to the generated .gitignore file by "mix new", > > > > I think it's good practice and saves the trouble to leaving people > > > > figuring out which is what. > > > > I am speaking out of my own experience, because I thought some > entries in > > > > the .gitignore file were > > > > files when they were actually directories. > > > > > > > > Thank you. > > > > > > > > -- > > > > You received this message because you are subscribed to the Google > Groups > > > > "elixir-lang-core" group. > > > > To unsubscribe from this group and stop receiving emails from it, > send an > > > > email to [email protected]. > > > > To view this discussion on the web visit > https://groups.google.com/d/ > > > > msgid/elixir-lang-core/20170413215540.31e6bbf4. > > > > eksperimental%40autistici.org. > > > > For more options, visit https://groups.google.com/d/optout. > > > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/elixir-lang-core/20170426231629.4576377c. > eksperimental%40autistici.org. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4L%2BBp7VXNPSmFgJdpP%3DRc1p%2Bz8u-QWhmEGaMQkKNvtDmg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
