Repository: hadoop Updated Branches: refs/heads/trunk 258c7d0f5 -> e1109fb65
HADOOP-11036. Add build directory to .gitignore (Tsuyoshi OZAWA via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e1109fb6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e1109fb6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e1109fb6 Branch: refs/heads/trunk Commit: e1109fb65608a668cd53dc324dadc6f63a74eeb9 Parents: 258c7d0 Author: Allen Wittenauer <a...@apache.org> Authored: Tue Sep 2 10:10:06 2014 -0700 Committer: Allen Wittenauer <a...@apache.org> Committed: Tue Sep 2 10:10:06 2014 -0700 ---------------------------------------------------------------------- .gitignore | 1 + hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e1109fb6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 13b29ff..db58f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .project .settings target +build hadoop-common-project/hadoop-kms/downloads/ hadoop-hdfs-project/hadoop-hdfs/downloads hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads http://git-wip-us.apache.org/repos/asf/hadoop/blob/e1109fb6/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f3ef49d..3f735f8 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -727,6 +727,8 @@ Release 2.6.0 - UNRELEASED HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu) + HADOOP-11036. Add build directory to .gitignore (Tsuyoshi OZAWA via aw) + Release 2.5.1 - UNRELEASED INCOMPATIBLE CHANGES