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
commit 0e33997c741fcedc8d637b5ead961a062a804e60 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 25 14:45:09 2019 +0100 Update .gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d29787..2f6482f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,24 @@ .classpath .project + /.settings/ /native/.libs/ /native/.make.dirs /native/Makefile +/native/build-outputs.mk +/native/build/apr_common.m4 +/native/build/config.guess +/native/build/config.sub +/native/build/find_apr.m4 +/native/build/install.sh /native/build/rules.mk /native/config.log /native/config.nice /native/config.status +/native/configure /native/libtcnative-1.la /native/tcnative.pc +/native/tcnative.spec - +**/*.lo **/*.o -**/*.lo \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org