Repository: hadoop Updated Branches: refs/heads/branch-2 4b50e2327 -> ddb46c1c2
Addendum patch for HDFS-7172. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ddb46c1c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ddb46c1c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ddb46c1c Branch: refs/heads/branch-2 Commit: ddb46c1c28ff4e10d95fd7505c07888e415d2ee0 Parents: 4b50e23 Author: Haohui Mai <[email protected]> Authored: Wed Oct 1 16:09:30 2014 -0700 Committer: Haohui Mai <[email protected]> Committed: Wed Oct 1 16:10:37 2014 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ddb46c1c/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index b196293..35ccd57 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -493,6 +493,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <excludes> <exclude>CHANGES.txt</exclude> <exclude>CHANGES.HDFS-1623.txt</exclude> + <exclude>.gitattributes</exclude> <exclude>.idea/**</exclude> <exclude>src/main/conf/*</exclude> <exclude>src/main/docs/**</exclude>
