Unset export-ignore on include/gdb
diff --git a/.gitattributes b/.gitattributes
index 8cacbca..15caafc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,3 +5,4 @@
 libdecnumber export-ignore
 readline export-ignore
 sim export-ignore
+include/gdb -export-ignore
diff --git a/ChangeLog.linux b/ChangeLog.linux
index bf8682f..dbdf2ec 100644
--- a/ChangeLog.linux
+++ b/ChangeLog.linux
@@ -1,3 +1,7 @@
+2013-11-09  H.J. Lu <hjl.tools@gmail.com>
+
+	* .gitattributes (include/gdb): Unset export-ignore.
+
 2013-11-08  H.J. Lu <hjl.tools@gmail.com>
 
 	* .gitattributes: New file.