Repository: hadoop Updated Branches: refs/heads/branch-2.6 8531f93d2 -> 364c110c2
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/364c110c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/364c110c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/364c110c Branch: refs/heads/branch-2.6 Commit: 364c110c2b0d71dcfc180866c4ef20795b145d5b Parents: 8531f93 Author: Haohui Mai <[email protected]> Authored: Wed Oct 1 16:09:30 2014 -0700 Committer: Haohui Mai <[email protected]> Committed: Wed Oct 1 16:11:02 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/364c110c/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>
