<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Balz<br>
    <br>
    What about using a ".gitignore" file?
    (<a class="moz-txt-link-freetext" href="http://help.github.com/ignore-files/">http://help.github.com/ignore-files/</a>)<br>
    <br>
    Thanks<br>
    <br>
    Michael<br>
    <br>
    Am 06.09.11 09:35, schrieb basZero:
    <blockquote
cite="mid:CAOXzDSFhHpFoYX9zp_gBZ03iVoD642bwvrNxpV_eo6HubEb8-g@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>Since a few days, my realm's code is now in a git repository
        on <a moz-do-not-send="true" href="http://github.com">github.com</a>
        .</div>
      <div>Yanel is still fetched from SVN of course.</div>
      <div>On top of this, I work with Eclipse and the target directory
        for built class files is <realmroot>/build:</div>
      <div>- /build/classes</div>
      <div>- /build/lib</div>
      <div><br>
      </div>
      <div>As you don't want to commit all classes into git, I initially
        configured "build" into the ignore list at</div>
      <div>- <realmroot>/.git/info/exclude</div>
      <div><br>
      </div>
      <div>But today I noticed, that also the "build" directory inside
        resources, e.g.  <root of a resource>/src/build/* , are
        NOT commited.</div>
      <div><br>
      </div>
      <div>A small change solves this issue, just tell git to ignore the
        build directory in the realm's root folder:</div>
      <div>So, this is now in the exclude file:</div>
      <div>
        <div>.DS_Store</div>
        <div>.svn</div>
        <div>/build</div>
        <div><br>
        </div>
        <div>Cheers</div>
        <div>Balz</div>
      </div>
      <div title="signature"> </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>