This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 7885db991c6121918643113d8993deb29fa91993 Author: Robert Lazarski <[email protected]> AuthorDate: Mon Nov 24 04:18:19 2025 -1000 Fix .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 483b9106b..184f40d10 100644 --- a/.gitignore +++ b/.gitignore @@ -54,10 +54,21 @@ src/core/transport/http/server/simple_axis2_server/axis2_http_server tools/md5/src/md5 tools/tcpmon/src/tcpmon +# Native codegen test outputs (generated code - should not be committed) +tools/codegen/native/test/output/ +tools/codegen/native/test/adb_test_runner +tools/codegen/native/test/wsdl/ +tools/codegen/native/wsdl2c-native + # Test and log files axis2.log *.log test_*.o +wtf.txt + +# Code coverage files +*.gcno +*.gcda # Build scripts (generated) axis2c_build.sh
