Module: tools Branch: master Commit: 36cf4e6280465715b1cbe06e3e1769186bc78de0 URL: https://source.winehq.org/git/tools.git/?a=commit;h=36cf4e6280465715b1cbe06e...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Feb 24 18:43:43 2022 +0100
testbot/reporttest: Add a .gitignore file.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/src/reporttest/.gitignore | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/testbot/src/reporttest/.gitignore b/testbot/src/reporttest/.gitignore new file mode 100644 index 0000000..4626a6a --- /dev/null +++ b/testbot/src/reporttest/.gitignore @@ -0,0 +1,3 @@ +*.obj +*.res +ReportTest.exe