Re: [PATCH] drm: add .hdrtest to .gitignore under drm directories

2025-03-14 Thread Yo-Jung (Leo) Lin
Hi Jani, On Thu, Mar 13, 2025 at 6:48 PM Jani Nikula wrote: > > On Thu, 13 Mar 2025, "Yo-Jung (Leo) Lin" wrote: > > The header self-contained tests in drm may leave .hdrtest files in > > include/drm/ and drivers/gpu/drm/. Omit them by adding .gitignore > > This has already been the case with usr

Re: [PATCH] drm: add .hdrtest to .gitignore under drm directories

2025-03-13 Thread Jani Nikula
On Thu, 13 Mar 2025, "Yo-Jung (Leo) Lin" wrote: > The header self-contained tests in drm may leave .hdrtest files in > include/drm/ and drivers/gpu/drm/. Omit them by adding .gitignore This has already been the case with usr/include for CONFIG_UAPI_HEADER_TEST=y but I guess nobody noticed before.