Repository: hadoop Updated Branches: refs/heads/branch-2.8 dde3eaed6 -> 5ae8b82f3
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/5ae8b82f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ae8b82f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5ae8b82f Branch: refs/heads/branch-2.8 Commit: 5ae8b82f37830afbc656fb2309a3665347ec3cd3 Parents: dde3eae Author: Jian He <[email protected]> Authored: Tue Aug 23 19:13:14 2016 +0800 Committer: Jian He <[email protected]> Committed: Tue Aug 23 19:14:19 2016 +0800 ---------------------------------------------------------------------- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5ae8b82f/.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]
