3 Mar
2026
3 Mar
'26
4:05 a.m.
From: Sven Baars <sbaars@codeweavers.com> The coefficients are still being generated, but the code generating them is located in fir.h, so changes to this file need to be reviewed. --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 72b0af7640e..1051bd31a7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,6 @@ configure generated include/config.h.in generated -# generated by dlls/dsound/make_fir -dlls/dsound/fir.h generated - # generated by dlls/opencl/make_opencl dlls/opencl/opencl.spec generated dlls/opencl/opencl_types.h generated -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10233