[tools] testbot/testagentd: Update the .gitignore file for 64-bit.

Francois Gouget fgouget at codeweavers.com
Thu Feb 24 11:43:48 CST 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 1fbbafe2fe..d1228c223b 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
-- 
2.30.2



More information about the wine-devel mailing list