about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-16 21:25:23 -0400
committerMike Frysinger <vapier@gentoo.org>2012-04-11 15:08:45 -0400
commit90020f5ab0b0e844d183b206aa1205552711a6fa (patch)
tree7f31590873230860134b7dff0ef88a0d0d2f1c9f /ChangeLog
parent288f9098cb550efe1420f26fc3fc2563bb4ea109 (diff)
downloadglibc-90020f5ab0b0e844d183b206aa1205552711a6fa.tar.gz
glibc-90020f5ab0b0e844d183b206aa1205552711a6fa.tar.xz
glibc-90020f5ab0b0e844d183b206aa1205552711a6fa.zip
ignore ports/linuxthreads addon dirs
Dropping external addon trees into the main git checkout is normal
to test them, so add them to the ignore list.  Not like we want to
ever check them in.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 605a1e6860..dc2064cb1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2012-04-11  Mike Frysinger  <vapier@gentoo.org>
+
+	* .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
+	Add a leading slash to rtkaio.
+
 2012-04-11  Jim Meyering  <meyering@redhat.com>
 
-        [BZ #11959]
-        * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
-        It is not necessarily an error to ignore fwrite's return
-        value.  One can reliably use ferror to test for errors after
-        the fact.
+	[BZ #11959]
+	* libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
+	It is not necessarily an error to ignore fwrite's return
+	value.  One can reliably use ferror to test for errors after
+	the fact.
 
 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>