Module: tools Branch: master Commit: e6be460c3fc746e4a5c07370cf84b6ee4fc91acc URL: https://source.winehq.org/git/tools.git/?a=commit;h=e6be460c3fc746e4a5c07370... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Feb 24 18:43:48 2022 +0100 testbot/testagentd: Update the .gitignore file for 64-bit. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/src/testagentd/.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testbot/src/testagentd/.gitignore b/testbot/src/testagentd/.gitignore index 1fbbafe..d1228c2 100644 --- a/testbot/src/testagentd/.gitignore +++ b/testbot/src/testagentd/.gitignore @@ -1,4 +1,6 @@ *.o -*.obj -TestAgentd.exe +*.obj32 +*.obj64 +TestAgentd32.exe +TestAgentd64.exe winetestbot.iso