This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit c804cc6720f110fe82cad6c020c47b136895e466 Author: Mark Thomas <[email protected]> AuthorDate: Wed Dec 17 20:26:42 2025 +0000 Update the ignore file --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 85ad0373d..f00fb5a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,13 @@ /native/tcnative.pc /native/tcnative.spec +/native/srclib/apr/* +!/native/srclib/apr/NMAKEmakefile + +/native/srclib/openssl/* +!/native/srclib/openssl/.gitkeep + +/native/*RELEASE /tomcat-native-* /tomcat-native-*/ @@ -36,3 +43,4 @@ **/*.o build.properties +/bin/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
