24 Nov
2023
24 Nov
'23
12:57 p.m.
From: Fan WenJie <fanwj(a)mail.ustc.edu.cn> Signed-off-by: Fan WenJie <fanwj(a)mail.ustc.edu.cn> --- tools/makedep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/makedep.c b/tools/makedep.c index f43ae410685..7eb9bb0657b 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -4034,6 +4034,7 @@ static void output_gitignore( const char *dest, struct strarray files ) output_file = create_temp_file( dest ); output( "# Automatically generated by make depend; DO NOT EDIT!!\n" ); + output( "*.lib\n" ); for (i = 0; i < files.count; i++) { if (!strchr( files.str[i], '/' )) output( "/" ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4487