You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/05/03 11:31:59 UTC

[commons-daemon] branch master updated: Ignore more generated 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/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 467b7b4  Ignore more generated files
467b7b4 is described below

commit 467b7b430ee0d15faf23cf7fe1e75860015e0d0a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 3 12:31:41 2019 +0100

    Ignore more generated files
---
 src/native/unix/.gitignore        | 1 +
 src/native/unix/native/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/native/unix/.gitignore b/src/native/unix/.gitignore
index e675b59..9aa502e 100644
--- a/src/native/unix/.gitignore
+++ b/src/native/unix/.gitignore
@@ -5,3 +5,4 @@
 /Makedefs
 /config.status
 /Makefile
+/jsvc
diff --git a/src/native/unix/native/.gitignore b/src/native/unix/native/.gitignore
index 5fc607b..e492468 100644
--- a/src/native/unix/native/.gitignore
+++ b/src/native/unix/native/.gitignore
@@ -1 +1,3 @@
 /Makefile
+/*.o
+/libservice.a