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


The following commit(s) were added to refs/heads/master by this push:
     new 757a8d978 Fix .gitignore
757a8d978 is described below

commit 757a8d978034c6d694aa9df72e77281d3c18dd34
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Nov 24 05:54:02 2025 -1000

    Fix .gitignore
---
 .gitignore | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.gitignore b/.gitignore
index 184f40d10..e00f6a531 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,15 +60,51 @@ tools/codegen/native/test/adb_test_runner
 tools/codegen/native/test/wsdl/
 tools/codegen/native/wsdl2c-native
 
+# All test executables and resources (comprehensive)
+axiom/test/*/test_*
+guththila/tests/test_*
+guththila/tests/resources/
+neethi/test/test
+samples/client/*/echo/echo_*
+samples/client/*/mtom/mtom*
+samples/client/*/notify/notify*
+samples/client/*/math/math*
+samples/client/*/google/google*
+samples/client/*/amazon_ecc/amazon*
+samples/client/*/yahoo/yahoo*
+samples/client/*/interop/*/interop*
+
+# Sample executables (all platforms)
+samples/**/*
+!samples/**/*.c
+!samples/**/*.h
+!samples/**/*.am
+!samples/**/*.ac
+!samples/**/*.in
+!samples/**/*.sh
+!samples/**/*.wsdl
+!samples/**/*.xml
+!samples/**/Makefile*
+!samples/**/configure*
+!samples/**/README*
+!samples/**/COPYING*
+!samples/**/LICENSE*
+
 # Test and log files
 axis2.log
 *.log
 test_*.o
 wtf.txt
+wtf2.txt
+*.trs
 
 # Code coverage files
 *.gcno
 *.gcda
+*.gcov
+
+# Test result files
+test-suite.log
 
 # Build scripts (generated)
 axis2c_build.sh

Reply via email to