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 2925e14 More ignores for the native build
2925e14 is described below
commit 2925e1422b791dc45dcbd43a1055a6cfed7b4325
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 18 21:26:17 2019 +0100
More ignores for the native build
---
.gitignore | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.gitignore b/.gitignore
index 59d3e92..0d29787 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,16 @@
.classpath
.project
/.settings/
+/native/.libs/
+/native/.make.dirs
+/native/Makefile
+/native/build/rules.mk
+/native/config.log
+/native/config.nice
+/native/config.status
+/native/libtcnative-1.la
+/native/tcnative.pc
+
+
+**/*.o
+**/*.lo
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]