Re: [Intel-gfx] [PATCH 18/18] gitignore: ignore more files

2015-08-17 Thread Jani Nikula
On Fri, 14 Aug 2015, Jesse Barnes wrote: > On 08/14/2015 09:07 AM, Daniel Vetter wrote: >> On Fri, Aug 14, 2015 at 08:20:22AM -0700, Jesse Barnes wrote: >>> git clean updates the .gitignore file? Not having to run git clean is the >>> whole point of this patch... >> >> I looked at this patch fi

Re: [Intel-gfx] [PATCH 18/18] gitignore: ignore more files

2015-08-14 Thread Jesse Barnes
On 08/14/2015 09:07 AM, Daniel Vetter wrote: > On Fri, Aug 14, 2015 at 08:20:22AM -0700, Jesse Barnes wrote: >> git clean updates the .gitignore file? Not having to run git clean is the >> whole point of this patch... > > I looked at this patch first, but later noticed that you have a few > rena

Re: [Intel-gfx] [PATCH 18/18] gitignore: ignore more files

2015-08-14 Thread Daniel Vetter
On Fri, Aug 14, 2015 at 08:20:22AM -0700, Jesse Barnes wrote: > git clean updates the .gitignore file? Not having to run git clean is the > whole point of this patch... I looked at this patch first, but later noticed that you have a few renames where you don't update the .gitignore. > > On 08/1

Re: [Intel-gfx] [PATCH 18/18] gitignore: ignore more files

2015-08-14 Thread Jesse Barnes
git clean updates the .gitignore file? Not having to run git clean is the whole point of this patch... On 08/14/2015 01:09 AM, Daniel Vetter wrote: > On Thu, Aug 13, 2015 at 01:31:41PM -0700, Jesse Barnes wrote: > > git clean fixes this all, at least over here git status is clean. > -Daniel >

Re: [Intel-gfx] [PATCH 18/18] gitignore: ignore more files

2015-08-14 Thread Daniel Vetter
On Thu, Aug 13, 2015 at 01:31:41PM -0700, Jesse Barnes wrote: git clean fixes this all, at least over here git status is clean. -Daniel > --- > .gitignore | 3 +++ > tests/.gitignore | 13 + > tools/.gitignore | 8 > 3 files changed, 24 insertions(+) > > diff --git