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

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bff1237a NUTCH-3095 Update .gitignore to ignore Hadoop native 
libraries
6bff1237a is described below

commit 6bff1237a28f64972700d4d2432e7bf030c5d240
Author: Sebastian Nagel <[email protected]>
AuthorDate: Wed Nov 27 13:54:43 2024 +0100

    NUTCH-3095 Update .gitignore to ignore Hadoop native libraries
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9cac3379c..f977de333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,10 @@ ivy/dependency-check-ant/*
 .gradle*
 ivy/apache-rat-*
 .vscode
+# native Hadoop libraries, see lib/native/README.txt
+lib/native/libhadoop.*
+lib/native/libhadooppipes.*
+lib/native/libhadooputils.*
+lib/native/libhdfs.*
+lib/native/libhdfspp.*
+lib/native/libnativetask.*

Reply via email to