]> sourceware.org Git - glibc.git/commitdiff
ignore ports/linuxthreads addon dirs
authorMike Frysinger <vapier@gentoo.org>
Sun, 17 May 2009 01:25:23 +0000 (21:25 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 Apr 2012 19:08:45 +0000 (15:08 -0400)
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>
.gitignore
ChangeLog

index fbdcf54506d2cb3383ab51b49c689177838443cf..98f00f3e3c50fa8bd39e314a61883317d270c697 100644 (file)
@@ -36,4 +36,7 @@ TODO.html
 
 autom4te*.cache
 
-rtkaio
+/linuxthreads
+/linuxthreads_db
+/ports
+/rtkaio
index 605a1e6860225798f7eff07f561fe05c1cd07c16..dc2064cb1c5209d8fce0f4ae5dbece6861221fa9 100644 (file)
--- 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>
 
This page took 0.047462 seconds and 5 git commands to generate.