On 2018-03-20 06:10 AM, Emil Velikov wrote: > From: Emil Velikov <[email protected]> > > Instruct git go ignore the file, in case we've done an in-tree build. > > Cc: Derek Foreman <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Derek Foreman <[email protected]>
And pushed. Thanks, Derek > --- > I've opted for the shortest fix - add an entry instead of renaming > files, updating build rules, etc. > > If people really want to we can opt for that route. > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 8da9861..eadea12 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -43,5 +43,6 @@ Makefile > Makefile.in > exec-fd-leak-checker > fixed-benchmark > +/wayland-egl-abi-check > /wayland-scanner > protocol/*.[ch] > _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
