Urgent, .gitignore is broken and I can't commit fixes while it is.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Urgent, .gitignore is broken and I can't commit fixes while it is.

Eliot Miranda-2
 
Hi Git mavens,

    make a change to any of build.linux32x86/newspeak.*/build*/mvm (i.e. changing INSTALLDIR=nscogspurlinuxhtARM to INSTALLDIR=nscogspurlinuxhtARMv7) and then say git status.  No joy!

I need to check in these fixes.  can some kind soul who understands the .gitignore conventions fix .gitignore to not ignore at the least the mvm files three levels down in the build.linux* builds?
_,,,^..^,,,_
best, Eliot
Reply | Threaded
Open this post in threaded view
|

Re: Urgent, .gitignore is broken and I can't commit fixes while it is.

Tobias Pape


On 29.06.2016, at 19:50, Eliot Miranda <[hidden email]> wrote:

> Hi Git mavens,
>
>     make a change to any of build.linux32x86/newspeak.*/build*/mvm (i.e. changing INSTALLDIR=nscogspurlinuxhtARM to INSTALLDIR=nscogspurlinuxhtARMv7) and then say git status.  No joy!
>
> I need to check in these fixes.  can some kind soul who understands the .gitignore conventions fix .gitignore to not ignore at the least the mvm files three levels down in the build.linux* builds?

quickfix/workaround:

git add --force build.linux32x86/newspeak.*/build*/mvm




> _,,,^..^,,,_
> best, Eliot


Reply | Threaded
Open this post in threaded view
|

Re: Urgent, .gitignore is broken and I can't commit fixes while it is.

fniephaus
 
Hi Eliot,

I can't reproduce your problem:
pasted1

Also, our .gitignore explicitly whitelists "mvn" files:
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/26828acb41b436bc705f3d9bd9d4bf3b8f6cd0c5/.gitignore#L43

Fabio

-- 

On Wed, Jun 29, 2016 at 8:20 PM Tobias Pape <[hidden email]> wrote:


On 29.06.2016, at 19:50, Eliot Miranda <[hidden email]> wrote:

> Hi Git mavens,
>
>     make a change to any of build.linux32x86/newspeak.*/build*/mvm (i.e. changing INSTALLDIR=nscogspurlinuxhtARM to INSTALLDIR=nscogspurlinuxhtARMv7) and then say git status.  No joy!
>
> I need to check in these fixes.  can some kind soul who understands the .gitignore conventions fix .gitignore to not ignore at the least the mvm files three levels down in the build.linux* builds?

quickfix/workaround:

git add --force build.linux32x86/newspeak.*/build*/mvm




> _,,,^..^,,,_
> best, Eliot


Reply | Threaded
Open this post in threaded view
|

Re: Urgent, .gitignore is broken and I can't commit fixes while it is.

Eliot Miranda-2
 
Hi Fabio,

    oops, it's build.linux32ARMv7/newspeak.*/build*/mvm.  Sorry!

On Wed, Jun 29, 2016 at 1:05 PM, Fabio Niephaus <[hidden email]> wrote:
 
Hi Eliot,

I can't reproduce your problem:
pasted1

Also, our .gitignore explicitly whitelists "mvn" files:
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/26828acb41b436bc705f3d9bd9d4bf3b8f6cd0c5/.gitignore#L43

Fabio

-- 

On Wed, Jun 29, 2016 at 8:20 PM Tobias Pape <[hidden email]> wrote:


On 29.06.2016, at 19:50, Eliot Miranda <[hidden email]> wrote:

> Hi Git mavens,
>
>     make a change to any of build.linux32x86/newspeak.*/build*/mvm (i.e. changing INSTALLDIR=nscogspurlinuxhtARM to INSTALLDIR=nscogspurlinuxhtARMv7) and then say git status.  No joy!
>
> I need to check in these fixes.  can some kind soul who understands the .gitignore conventions fix .gitignore to not ignore at the least the mvm files three levels down in the build.linux* builds?

quickfix/workaround:

git add --force build.linux32x86/newspeak.*/build*/mvm




> _,,,^..^,,,_
> best, Eliot






--
_,,,^..^,,,_
best, Eliot