summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--ChangeLog.linux4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8cacbcabd26..15caafcf457 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,3 +5,4 @@ gdb export-ignore
libdecnumber export-ignore
readline export-ignore
sim export-ignore
+include/gdb -export-ignore
diff --git a/ChangeLog.linux b/ChangeLog.linux
index bf8682f19d5..dbdf2ecba56 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.