Francois Gouget : testbot/testagentd: Update the .gitignore file for 64-bit.

Alexandre Julliard julliard at winehq.org
Thu Feb 24 15:28:29 CST 2022


Module: tools
Branch: master
Commit: e6be460c3fc746e4a5c07370cf84b6ee4fc91acc
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=e6be460c3fc746e4a5c07370cf84b6ee4fc91acc

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list