about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--ChangeLog15
2 files changed, 14 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index fbdcf54506..98f00f3e3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,7 @@ TODO.html
 
 autom4te*.cache
 
-rtkaio
+/linuxthreads
+/linuxthreads_db
+/ports
+/rtkaio
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>