Repository: hadoop Updated Branches: refs/heads/branch-2 94a844b4f -> a318ef7a6
HADOOP-13524. mvn eclipse:eclipse generates .gitignore'able files. Contributed by Vinod Kumar Vavilapalli (cherry picked from commit dd76238a3bafd58faa6f38f075505bef1012f150) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a318ef7a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a318ef7a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a318ef7a Branch: refs/heads/branch-2 Commit: a318ef7a6603ad35551c3f707e54b87dee44c6c0 Parents: 94a844b Author: Jian He <[email protected]> Authored: Tue Aug 23 19:13:14 2016 +0800 Committer: Jian He <[email protected]> Committed: Tue Aug 23 19:13:48 2016 +0800 ---------------------------------------------------------------------- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a318ef7a/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1bfa8df..5925ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,11 @@ .settings target build + +# External tool builders +*/.externalToolBuilders +*/maven-eclipse.xml + hadoop-common-project/hadoop-kms/downloads/ hadoop-hdfs-project/hadoop-hdfs/downloads hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
