diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 864f2dbfb20..6c8f45988f1 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -17,6 +17,8 @@ Release 2.5.1 - UNRELEASED
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
+ HADOOP-11065. Rat check should exclude "**/build/**". (kasha)
+
Release 2.5.0 - 2014-08-11
INCOMPATIBLE CHANGES
diff --git a/pom.xml b/pom.xml
index 18a190f04bf..e10816e4bf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,6 +217,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
.gitignore
.git/**
.idea/**
+ **/build/**