Re: Bug Report: .gitignore behavior is not matching in git clean and git status

2017-04-30 Thread Chris Johnson
-all here, but will a reply automatically include the rest of the list? Or was reply-all the right move? On Sun, Apr 30, 2017 at 9:41 PM, Junio C Hamano <gits...@pobox.com> wrote: > Chris Johnson <chrisjohns...@gmail.com> writes: > >> I am a mailing list noob so I’m sorry if

Bug Report: .gitignore behavior is not matching in git clean and git status

2017-04-28 Thread Chris Johnson
I am a mailing list noob so I’m sorry if this is the wrong format or the wrong please. Here’s the setup for the bug (I will call it a bug but I half expect somebody to tell me I’m an idiot): git init echo "/A/B/" > .gitignore git add .gitignore && git commit -m 'Add ignore' mkdir -p A/B touch