Re: Files excluded but not ignored

2013-02-01 Thread Ben Aveling
On 31/01/2013 3:17 AM, Junio C Hamano wrote: Jason Wenger writes: Trying to start up discussion of whether there would be merit to a "half- ignored" state -- Files which are excluded from tracking, but which still show in git status, and which are removed by git clean. I see no merit for "ign

Re: Files excluded but not ignored

2013-01-30 Thread Junio C Hamano
Jason Wenger writes: > I prefer to not add core.* files to my ignore listings because I find it > helpful > to see them in git status -- It helps me notice and clean them up > periodically. > Not having them ignored is also good ,because it allows git clean to care of > core.* files. > > T

Files excluded but not ignored

2013-01-30 Thread Jason Wenger
I prefer to not add core.* files to my ignore listings because I find it helpful to see them in git status -- It helps me notice and clean them up periodically. Not having them ignored is also good ,because it allows git clean to care of core.* files. The problem is that git add -A, git sta