This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit f464898cd95c12703465ad0669ea321e434a95e5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 27 07:40:27 2025 +0100 Keep empty openssl directory - referenced in Windows build instructions --- .gitignore | 2 +- native/srclib/openssl/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8db794e69..c72ec5a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,7 @@ !/native/srclib/apr/NMAKEmakefile /native/srclib/openssl/* -!/native/srclib/openssl/openssl-mscvrt* +!/native/srclib/openssl/.gitkeep /native/*RELEASE /tomcat-native-* diff --git a/native/srclib/openssl/.gitkeep b/native/srclib/openssl/.gitkeep new file mode 100644 index 000000000..e69de29bb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org