Re: [PATCH v2 9/9] t7061: expect ignored files in untracked dirs

2017-05-08 Thread Junio C Hamano
Samuel Lijin writes: > We now expect `status --ignored` to list ignored files even if they are > in an untracked directory. > > Signed-off-by: Samuel Lijin > --- > t/t7061-wtstatus-ignore.sh | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >

[PATCH v2 9/9] t7061: expect ignored files in untracked dirs

2017-05-06 Thread Samuel Lijin
We now expect `status --ignored` to list ignored files even if they are in an untracked directory. Signed-off-by: Samuel Lijin --- t/t7061-wtstatus-ignore.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/t7061-wtstatus-ignore.sh