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 2019/06/18 20:02:49 UTC

[tomcat-native] branch master updated: More .gitignore files. This time for native build files.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/master by this push:
     new a27c299  More .gitignore files. This time for native build files.
a27c299 is described below

commit a27c299a4348ebf5dd651960b23748b726188745
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 18 21:02:32 2019 +0100

    More .gitignore files. This time for native build files.
---
 native/.gitignore       | 3 +++
 native/build/.gitignore | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/native/.gitignore b/native/.gitignore
new file mode 100644
index 0000000..c3b2362
--- /dev/null
+++ b/native/.gitignore
@@ -0,0 +1,3 @@
+/build-outputs.mk
+/configure
+/tcnative.spec
diff --git a/native/build/.gitignore b/native/build/.gitignore
new file mode 100644
index 0000000..231592e
--- /dev/null
+++ b/native/build/.gitignore
@@ -0,0 +1,5 @@
+/apr_common.m4
+/config.guess
+/config.sub
+/find_apr.m4
+/install.sh


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