Re: [PATCH libdrm 2/2] gitignore: add _build

2018-12-17 Thread Lucas De Marchi
On Mon, Dec 17, 2018 at 05:43:59PM +, Emil Velikov wrote: > On Fri, 19 Oct 2018 at 18:20, Lucas De Marchi > wrote: > > > > > /_build* > > /build* > > > These two sound perfectly reasonable IMHO. They will catch vast > majority of use-cases. > > With that the series is: > Acked-by: Emil Veli

Re: [PATCH libdrm 2/2] gitignore: add _build

2018-12-17 Thread Emil Velikov
On Fri, 19 Oct 2018 at 18:20, Lucas De Marchi wrote: > > /_build* > /build* > These two sound perfectly reasonable IMHO. They will catch vast majority of use-cases. With that the series is: Acked-by: Emil Velikov -Emil ___ dri-devel mailing list dri-

Re: [PATCH libdrm 2/2] gitignore: add _build

2018-10-19 Thread Lucas De Marchi
On Tue, Oct 16, 2018 at 05:38:15PM +0100, Eric Engestrom wrote: > On Tuesday, 2018-10-16 08:24:02 -0700, Lucas De Marchi wrote: > > On 10/16/18 4:26 AM, Eric Engestrom wrote: > > > On Monday, 2018-10-15 16:48:07 -0700, Lucas De Marchi wrote: > > > > This is the directory used by meson/autotools (at

Re: [PATCH libdrm 2/2] gitignore: add _build

2018-10-16 Thread Eric Engestrom
On Tuesday, 2018-10-16 08:24:02 -0700, Lucas De Marchi wrote: > On 10/16/18 4:26 AM, Eric Engestrom wrote: > > On Monday, 2018-10-15 16:48:07 -0700, Lucas De Marchi wrote: > > > This is the directory used by meson/autotools (at least in the > > > .gitlab-ci configuration) so ignore the whole dir. >

Re: [PATCH libdrm 2/2] gitignore: add _build

2018-10-16 Thread Lucas De Marchi
On 10/16/18 4:26 AM, Eric Engestrom wrote: On Monday, 2018-10-15 16:48:07 -0700, Lucas De Marchi wrote: This is the directory used by meson/autotools (at least in the .gitlab-ci configuration) so ignore the whole dir. This is extremely specific to this one case; what does this change for the g

Re: [PATCH libdrm 2/2] gitignore: add _build

2018-10-16 Thread Eric Engestrom
On Monday, 2018-10-15 16:48:07 -0700, Lucas De Marchi wrote: > This is the directory used by meson/autotools (at least in the > .gitlab-ci configuration) so ignore the whole dir. This is extremely specific to this one case; what does this change for the gitlab ci? > > Signed-off-by: Lucas De Mar