From: Fan WenJie fanwj@mail.ustc.edu.cn
Signed-off-by: Fan WenJie fanwj@mail.ustc.edu.cn --- tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 8ce575b15ca..299bda7c502 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( "/" );