You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Dasa Paddock <dp...@esri.com> on 2013/04/01 20:10:43 UTC

Re: Can't build compiler.jx in Eclipse

FYI:

$ git update-index --assume-unchanged <file>

See:
http://git-scm.com/docs/git-update-index

--Dasa

On Mar 29, 2013, at 6:30 AM, Alex Harui <ah...@adobe.com> wrote:

> Is there a way to have a file in git that is also in gitignore?  That way
> you get it when you clone, but when you modify it, it doesn't get checked
> back in.


Re: Can't build compiler.jx in Eclipse

Posted by Frédéric THOMAS <we...@hotmail.com>.
Btw, thanks Dasa, I didn't know this one.

-Fred

-----Message d'origine----- 
From: Dasa Paddock 
Sent: Monday, April 01, 2013 8:10 PM 
To: <de...@flex.apache.org> 
Subject: Re: Can't build compiler.jx in Eclipse 

FYI:

$ git update-index --assume-unchanged <file>

See:
http://git-scm.com/docs/git-update-index

--Dasa

On Mar 29, 2013, at 6:30 AM, Alex Harui <ah...@adobe.com> wrote:

> Is there a way to have a file in git that is also in gitignore?  That way
> you get it when you clone, but when you modify it, it doesn't get checked
> back in.