You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/22 15:00:20 UTC

[tomcat-native] 02/03: Improve the ignore file

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 c1687eca370b97897e203db122981efe8f326b6a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 22 12:48:12 2022 +0100

    Improve the ignore file
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5239107b6..3bb76e787 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,13 @@
 /native/tcnative.pc
 /native/tcnative.spec
 
+/native/srclib/apr/*
+!/native/srclib/apr/NMAKEmakefile
+
+/native/srclib/openssl/*
+!/native/srclib/openssl/openssl-mscvrt*
+
+/native/*RELEASE
 /tomcat-native-*
 /tomcat-native-*/
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org