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
commit b38e3136a1fa6187ba6aa820570f94268b6bcb04 Author: Mark Thomas <[email protected]> AuthorDate: Fri May 3 12:25:52 2019 +0100 Ignore generated files --- src/native/unix/.gitignore | 7 +++++++ src/native/unix/native/.gitignore | 1 + 2 files changed, 8 insertions(+) diff --git a/src/native/unix/.gitignore b/src/native/unix/.gitignore new file mode 100644 index 0000000..e675b59 --- /dev/null +++ b/src/native/unix/.gitignore @@ -0,0 +1,7 @@ +/autom4te.cache +/config.log +/config.nice +/configure +/Makedefs +/config.status +/Makefile diff --git a/src/native/unix/native/.gitignore b/src/native/unix/native/.gitignore new file mode 100644 index 0000000..5fc607b --- /dev/null +++ b/src/native/unix/native/.gitignore @@ -0,0 +1 @@ +/Makefile
