Re: Git Ignore Exception bug

2016-09-14 Thread Dennis Kaarsemaker
On vr, 2016-09-09 at 15:39 -0600, Nathan Williams wrote: > it ignore doesn't seem to be working properly when adding exceptions. >8 -- snip testcase > Expected results > % git st > On branch master > Untracked files: >   (use "git add ..." to include in what will be committed) > >

Git Ignore Exception bug

2016-09-09 Thread Nathan Williams
it ignore doesn't seem to be working properly when adding exceptions. Environment: Mac, running latest El Capitan (10.11.6) % git --version git version 2.9.0 ---cut here- #!/bin/sh TEMP=mktemp # Create a temporary repo mkdir repo cd repo git init echo "foo/*" >>